Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 4081c49

Browse files
Bump tokio from 1.38.1 to 1.41.1 (#149)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.38.1...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9497330 commit 4081c49

File tree

2 files changed

+11
-22
lines changed

2 files changed

+11
-22
lines changed

Cargo.lock

+10-21
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
@@ -13,4 +13,4 @@ pretty_env_logger = "0.5.0"
1313
reqwest = { version = "0.11.27", features = ["rustls-tls-native-roots"], default-features = false }
1414
serde = { version = "1.0.210", features = ["serde_derive"] }
1515
serde_json = "1.0.133"
16-
tokio = { version = "1.38.1", features = ["tokio-macros"] }
16+
tokio = { version = "1.41.1", features = ["tokio-macros"] }

0 commit comments

Comments
 (0)