Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove old hyper and bump prost and tonic versions #1597

Merged
merged 32 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ae00ba6
.
stedfn Sep 3, 2024
e917477
Automatically updated Cargo*.lock
Sep 3, 2024
164b56b
wip
stedfn Sep 4, 2024
a03d542
Merge branch 'master' into stefan/xnet_endpoint_upgrade
stedfn Sep 4, 2024
db11586
cleanup
stedfn Sep 4, 2024
e1bb18d
.
stedfn Sep 4, 2024
1725591
push latest version
stedfn Sep 5, 2024
d3db20c
.
stedfn Sep 16, 2024
635e80d
wip
stedfn Sep 16, 2024
6a681e9
remove executeonruntime
stedfn Sep 16, 2024
06403a0
use http2
stedfn Sep 16, 2024
d3e396c
Merge branch 'master' into stefan/xnet
stedfn Sep 16, 2024
e643fb1
enable both http 1 and 2 for endpoint
stedfn Sep 16, 2024
07127aa
revert test change
stedfn Sep 17, 2024
8789fe0
Merge branch 'master' into stefan/xnet
stedfn Sep 17, 2024
0f64c32
removed comment
stedfn Sep 17, 2024
24036e3
Merge branch 'stefan/xnet' of github.com:dfinity/ic into stefan/xnet
stedfn Sep 17, 2024
ec28b48
.
stedfn Sep 20, 2024
a616698
Merge branch 'master' into stefan/xnet
stedfn Sep 23, 2024
deca8f2
wip
stedfn Sep 23, 2024
3756d8d
fix
stedfn Sep 23, 2024
317a413
fix
stedfn Sep 23, 2024
ee0d708
fix
stedfn Sep 23, 2024
45a0c74
Merge branch 'stefan/xnet' into stefan/remove_old_hyper
stedfn Sep 23, 2024
118040e
remove comment
stedfn Sep 24, 2024
d375810
merge
stedfn Sep 26, 2024
783d69a
fix
stedfn Sep 26, 2024
6d900be
Merge branch 'master' into stefan/remove_old_hyper
stedfn Sep 26, 2024
6dc9639
remove comment
stedfn Sep 27, 2024
a917980
Merge branch 'master' into stefan/remove_old_hyper
stedfn Sep 27, 2024
44dbf2c
regenerate files
stedfn Sep 27, 2024
4aaef60
fix conflict
stedfn Sep 27, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
465 changes: 445 additions & 20 deletions Cargo.Bazel.Fuzzing.json.lock

Large diffs are not rendered by default.

121 changes: 102 additions & 19 deletions Cargo.Bazel.Fuzzing.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3121,7 +3121,6 @@ dependencies = [
"httptest",
"humantime",
"humantime-serde",
"hyper 0.14.27",
"hyper 1.4.1",
"hyper-rustls 0.27.2",
"hyper-socks2",
Expand Down Expand Up @@ -3232,8 +3231,9 @@ dependencies = [
"prometheus-parse",
"proptest",
"proptest-derive",
"prost",
"prost-build",
"prost 0.12.2",
"prost 0.13.2",
"prost-build 0.13.2",
"protobuf",
"publicsuffix",
"quickcheck",
Expand Down Expand Up @@ -3327,7 +3327,7 @@ dependencies = [
"tokio-test",
"tokio-util",
"toml",
"tonic",
"tonic 0.12.2",
"tonic-build",
"tower 0.4.13",
"tower-http",
Expand Down Expand Up @@ -7394,10 +7394,10 @@ dependencies = [
"opentelemetry 0.23.0",
"opentelemetry-proto",
"opentelemetry_sdk 0.23.0",
"prost",
"prost 0.12.2",
"thiserror",
"tokio",
"tonic",
"tonic 0.11.0",
]

[[package]]
Expand Down Expand Up @@ -7447,8 +7447,8 @@ checksum = "984806e6cf27f2b49282e2a05e288f30594f3dbc74eb7a6e99422bc48ed78162"
dependencies = [
"opentelemetry 0.23.0",
"opentelemetry_sdk 0.23.0",
"prost",
"tonic",
"prost 0.12.2",
"tonic 0.11.0",
]

[[package]]
Expand Down Expand Up @@ -8142,9 +8142,9 @@ dependencies = [
"nix 0.26.4",
"once_cell",
"parking_lot 0.12.1",
"prost",
"prost-build",
"prost-derive",
"prost 0.12.2",
"prost-build 0.12.2",
"prost-derive 0.12.2",
"sha2 0.10.8",
"smallvec",
"symbolic-demangle",
Expand Down Expand Up @@ -8444,7 +8444,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5a410fc7882af66deb8d01d01737353cf3ad6204c408177ba494291a626312"
dependencies = [
"bytes",
"prost-derive",
"prost-derive 0.12.2",
]

[[package]]
name = "prost"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2ecbe40f08db5c006b5764a2645f7f3f141ce756412ac9e1dd6087e6d32995"
dependencies = [
"bytes",
"prost-derive 0.13.2",
]

[[package]]
Expand All @@ -8461,14 +8471,35 @@ dependencies = [
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost-types",
"prost 0.12.2",
"prost-types 0.12.2",
"regex",
"syn 2.0.66",
"tempfile",
"which",
]

[[package]]
name = "prost-build"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8650aabb6c35b860610e9cff5dc1af886c9e25073b7b1712a68972af4281302"
dependencies = [
"bytes",
"heck 0.4.1",
"itertools 0.12.0",
"log",
"multimap",
"once_cell",
"petgraph",
"prettyplease",
"prost 0.13.2",
"prost-types 0.13.2",
"regex",
"syn 2.0.66",
"tempfile",
]

[[package]]
name = "prost-derive"
version = "0.12.2"
Expand All @@ -8482,13 +8513,35 @@ dependencies = [
"syn 2.0.66",
]

[[package]]
name = "prost-derive"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acf0c195eebb4af52c752bec4f52f645da98b6e92077a04110c7f349477ae5ac"
dependencies = [
"anyhow",
"itertools 0.12.0",
"proc-macro2",
"quote",
"syn 2.0.66",
]

[[package]]
name = "prost-types"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8339f32236f590281e2f6368276441394fcd1b2133b549cc895d0ae80f2f9a52"
dependencies = [
"prost",
"prost 0.12.2",
]

[[package]]
name = "prost-types"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60caa6738c7369b940c3d49246a8d1749323674c65cb13010134f5c9bad5b519"
dependencies = [
"prost 0.13.2",
]

[[package]]
Expand Down Expand Up @@ -11320,7 +11373,37 @@ dependencies = [
"hyper-timeout 0.4.1",
"percent-encoding",
"pin-project",
"prost",
"prost 0.12.2",
"tokio",
"tokio-stream",
"tower 0.4.13",
"tower-layer",
"tower-service",
"tracing",
]

[[package]]
name = "tonic"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6f6ba989e4b2c58ae83d862d3a3e27690b6e3ae630d0deb59f3697f32aa88ad"
dependencies = [
"async-stream",
"async-trait",
"axum 0.7.5",
"base64 0.22.0",
"bytes",
"h2 0.4.4",
"http 1.1.0",
"http-body 1.0.1",
"http-body-util",
"hyper 1.4.1",
"hyper-timeout 0.5.1",
"hyper-util",
"percent-encoding",
"pin-project",
"prost 0.13.2",
"socket2 0.5.7",
"tokio",
"tokio-stream",
"tower 0.4.13",
Expand All @@ -11331,13 +11414,13 @@ dependencies = [

[[package]]
name = "tonic-build"
version = "0.11.0"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2"
checksum = "fe4ee8877250136bd7e3d2331632810a4df4ea5e004656990d8d66d2f5ee8a67"
dependencies = [
"prettyplease",
"proc-macro2",
"prost-build",
"prost-build 0.13.2",
"quote",
"syn 2.0.66",
]
Expand Down
Loading
Loading