Skip to content

Commit 506ee9a

Browse files
build(deps): bump tokio from 1.36.0 to 1.37.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.36.0...tokio-1.37.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 53db2c7 commit 506ee9a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

+3-3
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
@@ -39,7 +39,7 @@ serde = { version = "1.0", features = ["derive"] }
3939
serde_yaml = "0.9.34"
4040
sha2 = "0.10"
4141
thiserror = "1.0"
42-
tokio = { version = "^1.36.0", features = ["full"] }
42+
tokio = { version = "^1.37.0", features = ["full"] }
4343
tracing = "0.1"
4444
tracing-futures = "0.2"
4545
tracing-opentelemetry = "0.23.0"

0 commit comments

Comments
 (0)