Skip to content

Commit d1ae9ed

Browse files
chore(deps): bump tokio from 1.45.1 to 1.46.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.1 to 1.46.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.1...tokio-1.46.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e6801fe commit d1ae9ed

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

Cargo.lock

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

rs/backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pretty_assertions = "1.4.0"
5050
proptest = "1.6.0"
5151
rand = "0.9.0"
5252
slotmap = "1"
53-
tokio = { version = "1.39.3", features = ["full"] }
53+
tokio = { version = "1.46.1", features = ["full"] }
5454

5555
[features]
5656
# Build flavours; these should not normally be referred to directly in code.

0 commit comments

Comments
 (0)