Skip to content

Commit dce6793

Browse files
Bump the cargo group across 1 directory with 4 updates
Bumps the cargo group with 4 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio), [tracing-subscriber](https://github.com/tokio-rs/tracing), [bytes](https://github.com/tokio-rs/bytes) and [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam). Updates `tokio` from 1.39.2 to 1.43.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.43.1) Updates `tracing-subscriber` from 0.3.18 to 0.3.20 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.18...tracing-subscriber-0.3.20) Updates `bytes` from 1.7.1 to 1.11.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.7.1...v1.11.1) Updates `crossbeam-channel` from 0.5.13 to 0.5.15 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-channel-0.5.13...crossbeam-channel-0.5.15) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production dependency-group: cargo - dependency-name: tracing-subscriber dependency-version: 0.3.20 dependency-type: direct:production dependency-group: cargo - dependency-name: bytes dependency-version: 1.11.1 dependency-type: indirect dependency-group: cargo - dependency-name: crossbeam-channel dependency-version: 0.5.15 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1c09eb commit dce6793

2 files changed

Lines changed: 79 additions & 38 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ serde = { version = "1.0.197", features = ["derive"] }
5252
serde_json = "1.0.114"
5353
serde_yaml = "0.9.32"
5454
time = { version = ">=0.3.34" }
55-
tokio = { version = "1.36.0", features = ["full"] }
55+
tokio = { version = "1.43.1", features = ["full"] }
5656
tonic = "0.11.0"
5757
tower = { version = "0.4.13", features = ["util", "timeout", "load-shed", "limit"] }
5858
tower-http = { version = "0.5.2" , features = ["trace"] }
59-
tracing-subscriber = "0.3.18"
59+
tracing-subscriber = "0.3.20"
6060
unic-langid = { version = "0.9.4", features = ["macros"] }
6161
viz = "0.4.17"
6262
warp = "0.3.6"

0 commit comments

Comments
 (0)