Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 1acbc8b

Browse files
Bump tokio from 1.24.1 to 1.26.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.24.1 to 1.26.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.24.1...tokio-1.26.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c8c694 commit 1acbc8b

File tree

2 files changed

+44
-20
lines changed

2 files changed

+44
-20
lines changed

Cargo.lock

+43-19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ rusoto_core = { version = "0.48" }
3333
rusoto_ses = { version = "0.48" }
3434
serde = { version = "1", features = ["derive"] }
3535
serde_json = { version = "1" }
36-
tokio = { version = "1.24", features = ["macros", "io-util", "sync", "rt-multi-thread"] }
36+
tokio = { version = "1.26", features = ["macros", "io-util", "sync", "rt-multi-thread"] }
3737
tracing = { version = "0.1", features = ["log"] }

0 commit comments

Comments
 (0)