Skip to content

Commit 33e9eee

Browse files
build(deps): bump tokio from 1.43.0 to 1.44.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f27493d commit 33e9eee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
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
@@ -27,7 +27,7 @@ reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"
2727
serde = { version = "1", features = ["derive"] }
2828
serde_json = "1.0.140"
2929
thiserror = "2"
30-
tokio = { version = "1.43", features = ["rt-multi-thread"] }
30+
tokio = { version = "1.44", features = ["rt-multi-thread"] }
3131
tower-http = { version = "0.6.1", features = ["trace"] }
3232
tracing = { version = "0.1.40", features = [] }
3333
tracing-opentelemetry = "0.29.0"

0 commit comments

Comments
 (0)