Skip to content

Commit 198c67d

Browse files
Bump tokio from 1.46.1 to 1.47.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 982cb3f commit 198c67d

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

Cargo.lock

Lines changed: 17 additions & 7 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
@@ -24,7 +24,7 @@ rustc-hash = { version = "1.1" }
2424
serde = { version = "1.0", features = ["std", "derive"] }
2525
serde_json = { version = "1.0", features = ["std"] }
2626
thiserror = { version = "2.0" }
27-
tokio = { version = "1.46" }
27+
tokio = { version = "1.47" }
2828
# If you update tonic, search for tonic-build in sub-crates and update their
2929
# version.
3030
tonic = { version = "0.13", default-features = false, features = ["server", "transport", "router", "codegen", "prost"] }

integration/sheepdog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ anyhow = "1.0"
1212
escargot = "0.5.14"
1313
shared = { path = "../shared" }
1414
tempfile = "3.20"
15-
tokio = { version = "1.46", features = [
15+
tokio = { version = "1.47", features = [
1616
"rt",
1717
"macros",
1818
"fs",

0 commit comments

Comments
 (0)