Skip to content

Commit 4fbceaa

Browse files
chore(deps): bump tokio from 1.45.0 to 1.45.1 (#142)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ab61372 commit 4fbceaa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1436,9 +1436,9 @@ dependencies = [
14361436

14371437
[[package]]
14381438
name = "tokio"
1439-
version = "1.45.0"
1439+
version = "1.45.1"
14401440
source = "registry+https://github.com/rust-lang/crates.io-index"
1441-
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
1441+
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
14421442
dependencies = [
14431443
"backtrace",
14441444
"bytes",

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.45.0", features = ["full"] }
23+
tokio = { version = "1.45.1", 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)