Skip to content

Commit 7b977a3

Browse files
dependabot[bot]shaneutt
authored andcommitted
chore(deps): bump tokio from 1.47.0 to 1.47.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.0 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.0...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ef95ca commit 7b977a3

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
@@ -1689,9 +1689,9 @@ dependencies = [
16891689

16901690
[[package]]
16911691
name = "tokio"
1692-
version = "1.47.0"
1692+
version = "1.47.1"
16931693
source = "registry+https://github.com/rust-lang/crates.io-index"
1694-
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
1694+
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
16951695
dependencies = [
16961696
"backtrace",
16971697
"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.141"
2121
serde = { version = "1.0.219", features = ["derive"] }
2222
serde_yaml = "0.9.34"
23-
tokio = { version = "1.47.0", features = ["full"] }
23+
tokio = { version = "1.47.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)