Skip to content

Commit 2c6889a

Browse files
chore(deps): Bump tokio from 1.46.1 to 1.47.0 (#1362)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2a7573a commit 2c6889a

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

Cargo.lock

Lines changed: 18 additions & 8 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
@@ -44,7 +44,7 @@ serde_bytes = "^0.11"
4444
strip-ansi-escapes = "^0.2"
4545
structable = { version = "^0.3" }
4646
tempfile = "^3.20"
47-
tokio = { version = "^1.46", features = ["fs", "macros", "net", "sync", "rt-multi-thread", "io-std", "signal"]}
47+
tokio = { version = "^1.47", features = ["fs", "macros", "net", "sync", "rt-multi-thread", "io-std", "signal"]}
4848
tokio-util = { version="^0.7", features = ["io", "compat"]}
4949
thiserror = { version = "^2.0" }
5050
tracing = "^0.1"

0 commit comments

Comments
 (0)