Skip to content

Commit cf5bbd8

Browse files
dependabot[bot]tpoliaw
authored andcommitted
Bump tokio from 1.42.0 to 1.43.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.42.0...tokio-1.43.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 c0c4e9a commit cf5bbd8

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ opentelemetry_sdk = { version = "0.27.1", features = ["rt-tokio"] }
2525
reqwest = { version = "0.12.7", features = ["json", "rustls-tls"], default-features = false }
2626
serde = { version = "1.0.210", features = ["derive"] }
2727
sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] }
28-
tokio = { version = "1.42.0", features = ["full"] }
28+
tokio = { version = "1.43.0", features = ["full"] }
2929
tracing = "0.1.41"
3030
tracing-opentelemetry = "0.28.0"
3131
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }

0 commit comments

Comments
 (0)