Skip to content

Commit 3ef4fc9

Browse files
chore(cargo): bump tokio from 1.52.1 to 1.52.3
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.52.1 to 1.52.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.1...tokio-1.52.3) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ba5008 commit 3ef4fc9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -71,7 +71,7 @@ serde_with = { version = "3.18.0", features = ["chrono_0_4", "json"] }
7171
sha1 = "0.10.6"
7272
sha2 = "0.10.9"
7373
strum_macros = "0.28.0"
74-
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"], optional = true }
74+
tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros"], optional = true }
7575
tokio-tungstenite = { version = "0.29.0", features = ["rustls-tls-native-roots"], optional = true }
7676
tokio-util = { version = "0.7.18", optional = true }
7777
tracing = { version = "0.1", optional = true }
@@ -92,7 +92,7 @@ aws-sdk-kms = "1.99.0"
9292
criterion = { version = "0.8.2", features = ["html_reports"] }
9393
futures-util = "0.3.31"
9494
httpmock = "0.8.3"
95-
tokio = { version = "1.50.0", features = ["rt-multi-thread", "macros"] }
95+
tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros"] }
9696
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
9797

9898
[[example]]

0 commit comments

Comments
 (0)