Skip to content

Commit 4043ba6

Browse files
Bump the cargo-dependencies group across 1 directory with 4 updates
Bumps the cargo-dependencies group with 4 updates in the / directory: [tracing](https://github.com/tokio-rs/tracing), [str0m](https://github.com/PulseBeamDev/str0m), [axum](https://github.com/tokio-rs/axum) and [axum-extra](https://github.com/tokio-rs/axum). Updates `tracing` from 0.1.43 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.43...tracing-0.1.44) Updates `str0m` from `c0e1f49` to `31ecda1` - [Commits](PulseBeamDev/str0m@c0e1f49...31ecda1) Updates `axum` from 0.8.7 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.8.7...axum-v0.8.8) Updates `axum-extra` from 0.12.2 to 0.12.5 - [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-extra-v0.12.2...axum-extra-v0.12.5) --- updated-dependencies: - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: str0m dependency-version: 31ecda17cc9d36370b855815ad8deab6ed82025f dependency-type: direct:production dependency-group: cargo-dependencies - dependency-name: axum dependency-version: 0.8.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: axum-extra dependency-version: 0.12.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4aaa19 commit 4043ba6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Cargo.lock

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

pulsebeam/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ rand = { workspace = true }
2626
tokio-util.workspace = true
2727

2828
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
29-
axum = { version = "0.8.7", features = ["macros"] }
30-
axum-extra = { version = "0.12.2", features = ["typed-header"] }
29+
axum = { version = "0.8.8", features = ["macros"] }
30+
axum-extra = { version = "0.12.5", features = ["typed-header"] }
3131
tower-http = { version = "0.6.8", features = ["cors"] }
3232
hex = "0.4.3"
3333
prost = "0.14.1"

0 commit comments

Comments
 (0)