Skip to content

Commit 6422ed6

Browse files
chore(deps): bump tokio from 1.44.0 to 1.44.1 (#122)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4d81f3 commit 6422ed6

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
@@ -1415,9 +1415,9 @@ dependencies = [
14151415

14161416
[[package]]
14171417
name = "tokio"
1418-
version = "1.44.0"
1418+
version = "1.44.1"
14191419
source = "registry+https://github.com/rust-lang/crates.io-index"
1420-
checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a"
1420+
checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a"
14211421
dependencies = [
14221422
"backtrace",
14231423
"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.0", features = ["full"] }
23+
tokio = { version = "1.44.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)