Skip to content

Commit c81a3a4

Browse files
Bump tokio from 1.33.0 to 1.38.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.33.0 to 1.38.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.33.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] <support@github.com>
1 parent 11c731a commit c81a3a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/erooster_deps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde = { version = "1.0.190", features = ["derive"] }
3131
serde_yaml = "0.9.27"
3232
simdutf8 = { version = "0.1.4" }
3333
sys-info = "0.9.1"
34-
tokio = { version = "1.33.0", features = ["full"] }
34+
tokio = { version = "1.38.0", features = ["full"] }
3535
tokio-stream = { version = "0.1.14", features = ["net", "io-util"] }
3636
tokio-util = { version = "0.7.10", features = ["full"] }
3737
tracing = "0.1.40"

0 commit comments

Comments
 (0)