Skip to content

Commit 86253e3

Browse files
build(deps): 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] <support@github.com>
1 parent 5bf3a69 commit 86253e3

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
@@ -38,7 +38,7 @@ serde = { version = "1.0", features = ["derive"] }
3838
serde_yaml = "0.9.34"
3939
sha2 = "0.10"
4040
thiserror = "1.0"
41-
tokio = { version = "^1.37.0", features = ["full"] }
41+
tokio = { version = "^1.38.0", features = ["full"] }
4242
tracing = "0.1"
4343
tracing-opentelemetry = "0.23.0"
4444
tracing-subscriber = { version = "0.3", features = ["ansi", "fmt", "json"] }

0 commit comments

Comments
 (0)