Skip to content

Commit 290bee3

Browse files
build(deps): bump tokio from 1.39.3 to 1.40.0 (#1746)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.39.3 to 1.40.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.39.3...tokio-1.40.0) --- 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 a310f71 commit 290bee3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ serde = { version = "1.0.209", default-features = false, features = ["derive"] }
104104
serde_json = { version = "1.0.127", default-features = false }
105105
syn = { version = "2.0.15", features = ["full", "extra-traits"] }
106106
thiserror = "1.0.63"
107-
tokio = { version = "1.39", default-features = false }
107+
tokio = { version = "1.40", default-features = false }
108108
tracing = { version = "0.1.40", default-features = false }
109109
tracing-wasm = "0.2.1"
110110
tracing-subscriber = "0.3.18"

0 commit comments

Comments
 (0)