Skip to content

Commit ca181be

Browse files
chore(cargo): bump tokio from 1.50.0 to 1.51.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.51.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.50.0...tokio-1.51.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.51.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a61aef8 commit ca181be

2 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 15 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
@@ -70,7 +70,7 @@ serde_repr = "0.1.20"
7070
serde_with = { version = "3.18.0", features = ["chrono_0_4", "json"] }
7171
sha2 = "0.10.9"
7272
strum_macros = "0.28.0"
73-
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"], optional = true }
73+
tokio = { version = "1.51.0", features = ["rt-multi-thread", "macros"], optional = true }
7474
tokio-tungstenite = { version = "0.29.0", features = ["rustls-tls-native-roots"], optional = true }
7575
tokio-util = { version = "0.7.18", optional = true }
7676
tracing = { version = "0.1", optional = true }
@@ -91,7 +91,7 @@ aws-sdk-kms = "1.99.0"
9191
criterion = { version = "0.8.2", features = ["html_reports"] }
9292
futures-util = "0.3.31"
9393
httpmock = "0.8.3"
94-
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
94+
tokio = { version = "1.51.0", features = ["rt-multi-thread", "macros"] }
9595
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
9696

9797
[[example]]

0 commit comments

Comments
 (0)