Skip to content

Commit ab39900

Browse files
deps: bump the axum group with 3 updates
Bumps the axum group with 3 updates: [axum](https://github.com/tokio-rs/axum), [tower](https://github.com/tower-rs/tower) and [tower-http](https://github.com/tower-rs/tower-http). Updates `axum` from 0.7.9 to 0.8.8 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.7.9...axum-v0.8.8) Updates `tower` from 0.4.13 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.2) Updates `tower-http` from 0.5.2 to 0.6.7 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.7) --- updated-dependencies: - dependency-name: axum dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: axum - dependency-name: tower dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: axum - dependency-name: tower-http dependency-version: 0.6.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: axum ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f88b30 commit ab39900

5 files changed

Lines changed: 78 additions & 43 deletions

File tree

Cargo.lock

Lines changed: 71 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/browser-webrtc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ tracing = { workspace = true }
2323
tracing-subscriber = { workspace = true, features = ["env-filter"] }
2424

2525
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
26-
axum = "0.7.5"
26+
axum = "0.8.8"
2727
libp2p = { path = "../../libp2p", features = [ "ed25519", "macros", "ping", "tokio"] }
2828
libp2p-webrtc = { workspace = true, features = ["tokio"] }
2929
rust-embed = { version = "8.11.0", features = ["include-exclude", "interpolate-folder-path"] }
3030
tokio = { workspace = true, features = ["macros", "net", "rt", "signal"] }
3131
tokio-util = { version = "0.7", features = ["compat"] }
32-
tower = "0.4"
33-
tower-http = { version = "0.5.2", features = ["cors"] }
32+
tower = "0.5"
33+
tower-http = { version = "0.6.7", features = ["cors"] }
3434
mime_guess = "2.0.4"
3535

3636
[target.'cfg(target_arch = "wasm32")'.dependencies]

examples/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ release = false
1010

1111
[dependencies]
1212
futures = { workspace = true }
13-
axum = "0.7"
13+
axum = "0.8"
1414
libp2p = { path = "../../libp2p", features = ["tokio", "metrics", "ping", "noise", "identify", "tcp", "yamux", "macros"] }
1515
opentelemetry = { version = "0.27.0", features = ["metrics"] }
1616
opentelemetry-otlp = { version = "0.27.0", features = ["metrics"] }

interop-tests/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tracing = { workspace = true }
2020
tracing-subscriber = { workspace = true, features = ["env-filter"] }
2121

2222
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
23-
axum = "0.7"
23+
axum = "0.8"
2424
libp2p = { path = "../libp2p", features = [ "ping", "noise", "tls", "rsa", "macros", "websocket", "tokio", "yamux", "tcp", "dns", "identify", "quic"] }
2525
libp2p-mplex = { path = "../muxers/mplex" }
2626
libp2p-noise = { workspace = true }
@@ -34,7 +34,7 @@ rust-embed = "8.11"
3434
serde_json = "1"
3535
thirtyfour = "=0.32.0" # https://github.com/stevepryde/thirtyfour/issues/169
3636
tokio = { workspace = true, features = ["full"] }
37-
tower-http = { version = "0.5", features = ["cors", "fs", "trace"] }
37+
tower-http = { version = "0.6", features = ["cors", "fs", "trace"] }
3838
tracing = { workspace = true }
3939
tracing-subscriber = { workspace = true, features = ["env-filter"] }
4040

misc/server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license = "MIT"
1414
base64 = "0.22"
1515
clap = { version = "4.5.6", features = ["derive"] }
1616
futures = { workspace = true }
17-
axum = "0.7"
17+
axum = "0.8"
1818
libp2p = { workspace = true, features = [
1919
"autonat",
2020
"dns",

0 commit comments

Comments
 (0)