Skip to content

Commit 6a48a04

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 3195dfb commit 6a48a04

2 files changed

Lines changed: 17 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ features = ["metrics"]
1616
[dependencies]
1717
serde = { version = "1.0.219", features = ["derive"] }
1818
bincode = "2.0.1"
19-
tokio = { version = "1.46.1", default-features = false, features = [
19+
tokio = { version = "1.47.1", default-features = false, features = [
2020
"net",
2121
"signal",
2222
"rt-multi-thread",
@@ -53,7 +53,7 @@ metrics-util = "0.20.0"
5353
tracing-test = "0.2.5"
5454
mockall = "0.13.1"
5555

56-
tokio = { version = "1.46.1", default-features = false, features = [
56+
tokio = { version = "1.47.1", default-features = false, features = [
5757
"macros",
5858
"rt-multi-thread",
5959
"sync",

0 commit comments

Comments
 (0)