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

Commit 2b7bf2d

Browse files
Bump tokio from 1.37.0 to 1.38.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.37.0...tokio-1.38.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 b6ea6ba commit 2b7bf2d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
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
@@ -35,5 +35,5 @@ rusoto_core = { version = "0.48" }
3535
rusoto_ses = { version = "0.48" }
3636
serde = { version = "1", features = ["derive"] }
3737
serde_json = { version = "1" }
38-
tokio = { version = "1.37", features = ["macros", "io-util", "sync", "rt-multi-thread"] }
38+
tokio = { version = "1.38", features = ["macros", "io-util", "sync", "rt-multi-thread"] }
3939
tracing = { version = "0.1", features = ["log"] }

0 commit comments

Comments
 (0)