Skip to content

Commit 038a343

Browse files
authored
Merge pull request #435 from eko/dependabot/cargo/tokio-1.45.0
build(deps): Bump tokio from 1.44.2 to 1.45.0
2 parents 4a1a23c + 4a2f030 commit 038a343

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
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
hyper = { version = "0.14.28", features = ["server", "runtime", "http1", "http2"] }
9-
tokio = { version = "1.44.2", features = ["full"] }
9+
tokio = { version = "1.45.0", features = ["full"] }
1010
lazy_static = "1.5.0"
1111
prometheus = "0.13.4"
1212
reqwest = { version = "0.12.15", features = ["json"] }

0 commit comments

Comments
 (0)