Skip to content

Commit 2e70274

Browse files
dependabot[bot]iamvigneshwars
authored andcommitted
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 4e10de1 commit 2e70274

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.

models/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ sqlx = { version = "0.7.4", default-features = false, features = [
2222
"runtime-tokio-rustls",
2323
"mysql",
2424
] }
25-
tokio = { version = "1.36.0" }
25+
tokio = { version = "1.37.0" }
2626
url = { version = "2.5.0" }

processed_data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ opentelemetry-otlp = { version = "0.15.0", features = ["metrics", "tokio"] }
2828
opentelemetry-semantic-conventions = { version = "0.14.0" }
2929
opentelemetry_sdk = { version = "0.22.1", features = ["rt-tokio"] }
3030
sea-orm = { workspace = true }
31-
tokio = { version = "1.36.0", features = ["macros", "rt-multi-thread"] }
31+
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
3232
tracing = { version = "0.1.40" }
3333
tracing-opentelemetry = { version = "0.23.0" }
3434
tracing-subscriber = { version = "0.3.18" }

0 commit comments

Comments
 (0)