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: upgrade wasmtime to 26 #2205

Merged
merged 12 commits into from
Nov 5, 2024
Prev Previous commit
Next Next commit
Revert changes to lock files
  • Loading branch information
alexandru-uta committed Nov 5, 2024
commit 488802889ffda276543e2a780a1e5211eeb4d033
37 changes: 8 additions & 29 deletions Cargo.Bazel.Fuzzing.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3252,8 +3252,8 @@ dependencies = [
"toml",
"tonic",
"tonic-build",
"tower 0.5.1",
"tower-http 0.6.1",
"tower 0.4.13",
"tower-http",
"tower-request-id",
"tower-test",
"tower_governor",
Expand Down Expand Up @@ -6061,7 +6061,7 @@ dependencies = [
"tokio",
"tokio-util",
"tower 0.4.13",
"tower-http 0.5.2",
"tower-http",
"tracing",
]

Expand Down Expand Up @@ -6667,7 +6667,7 @@ dependencies = [
"tokio",
"tokio-rustls 0.24.1",
"tower 0.4.13",
"tower-http 0.5.2",
"tower-http",
"url",
]

Expand Down Expand Up @@ -11276,6 +11276,7 @@ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"hdrhistogram",
"indexmap 1.9.3",
"pin-project",
"pin-project-lite",
Expand All @@ -11296,13 +11297,9 @@ checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
dependencies = [
"futures-core",
"futures-util",
"hdrhistogram",
"indexmap 2.2.6",
"pin-project-lite",
"slab",
"sync_wrapper 0.1.2",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
Expand All @@ -11313,38 +11310,20 @@ name = "tower-http"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
"base64 0.21.4",
"bitflags 2.4.1",
"bytes",
"http 1.1.0",
"http-body 1.0.1",
"http-body-util",
"mime",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]

[[package]]
name = "tower-http"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97"
dependencies = [
"async-compression",
"base64 0.21.4",
"bitflags 2.4.1",
"bytes",
"futures-core",
"http 1.1.0",
"http-body 1.0.1",
"http-body-util",
"mime",
"pin-project-lite",
"tokio",
"tokio-util",
"tower 0.5.1",
"tower 0.4.13",
"tower-layer",
"tower-service",
"tracing",
Expand Down
37 changes: 8 additions & 29 deletions Cargo.Bazel.toml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3241,8 +3241,8 @@ dependencies = [
"toml",
"tonic",
"tonic-build",
"tower 0.5.1",
"tower-http 0.6.1",
"tower 0.4.13",
"tower-http",
"tower-request-id",
"tower-test",
"tower_governor",
Expand Down Expand Up @@ -6051,7 +6051,7 @@ dependencies = [
"tokio",
"tokio-util",
"tower 0.4.13",
"tower-http 0.5.2",
"tower-http",
"tracing",
]

Expand Down Expand Up @@ -6658,7 +6658,7 @@ dependencies = [
"tokio",
"tokio-rustls 0.24.1",
"tower 0.4.13",
"tower-http 0.5.2",
"tower-http",
"url",
]

Expand Down Expand Up @@ -11274,6 +11274,7 @@ checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"hdrhistogram",
"indexmap 1.9.3",
"pin-project",
"pin-project-lite",
Expand All @@ -11294,13 +11295,9 @@ checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
dependencies = [
"futures-core",
"futures-util",
"hdrhistogram",
"indexmap 2.2.6",
"pin-project-lite",
"slab",
"sync_wrapper 0.1.2",
"tokio",
"tokio-util",
"tower-layer",
"tower-service",
"tracing",
Expand All @@ -11311,38 +11308,20 @@ name = "tower-http"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
dependencies = [
"base64 0.21.6",
"bitflags 2.4.1",
"bytes",
"http 1.1.0",
"http-body 1.0.1",
"http-body-util",
"mime",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]

[[package]]
name = "tower-http"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97"
dependencies = [
"async-compression",
"base64 0.21.6",
"bitflags 2.4.1",
"bytes",
"futures-core",
"http 1.1.0",
"http-body 1.0.1",
"http-body-util",
"mime",
"pin-project-lite",
"tokio",
"tokio-util",
"tower 0.5.1",
"tower 0.4.13",
"tower-layer",
"tower-service",
"tracing",
Expand Down
Loading
Loading