Skip to content

Commit 69a8cbc

Browse files
chore(deps): bump tokio from 1.44.2 to 1.45.0 (#139)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aabb28e commit 69a8cbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1414,9 +1414,9 @@ dependencies = [
14141414

14151415
[[package]]
14161416
name = "tokio"
1417-
version = "1.44.2"
1417+
version = "1.45.0"
14181418
source = "registry+https://github.com/rust-lang/crates.io-index"
1419-
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
1419+
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
14201420
dependencies = [
14211421
"backtrace",
14221422
"bytes",

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ schemars = "0.8.22"
2020
serde_json = "1.0.140"
2121
serde = { version = "1.0.219", features = ["derive"] }
2222
serde_yaml = "0.9.34"
23-
tokio = { version = "1.44.2", features = ["full"] }
23+
tokio = { version = "1.45.0", features = ["full"] }
2424
tower = { version = "0.5.2", features = ["limit"] }
2525
tracing = "0.1.41"
2626
tracing-subscriber = "0.3.19"

0 commit comments

Comments
 (0)