Skip to content

Commit 2cb8c00

Browse files
build(deps): bump tokio from 1.48.0 to 1.49.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 900d42d commit 2cb8c00

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -68,7 +68,7 @@ byteorder = "1.4"
6868
base64 = "0.22"
6969
rdrand = { version = "^0.8", optional = true }
7070
reqwest = { version = "^0.12", features = ["blocking"], optional = true }
71-
tokio = { version = "1.48", features = ["rt-multi-thread"], optional = true }
71+
tokio = { version = "1.49", features = ["rt-multi-thread"], optional = true }
7272
serde_bytes = { version = "0.11", optional = true }
7373

7474
[target.'cfg(target_os = "linux")'.dev-dependencies]

0 commit comments

Comments
 (0)