Skip to content

Commit c3de6e1

Browse files
chore(deps): Bump tokio from 1.47.1 to 1.48.0 in the cargo-updates group (#134)
Bumps the cargo-updates group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3788f5 commit c3de6e1

File tree

2 files changed

+21
-80
lines changed

2 files changed

+21
-80
lines changed

Cargo.lock

Lines changed: 20 additions & 79 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
@@ -11,5 +11,5 @@ env_logger = "0.11.6"
1111
log = "0.4.28"
1212
serde = { version = "1.0.228", features = ["derive"] }
1313
serde_json = "1.0.145"
14-
tokio = { version = "1.47.1", features = ["full"] }
14+
tokio = { version = "1.48.0", features = ["full"] }
1515
warp = { version = "0.3.7", features = ["tls"] }

0 commit comments

Comments
 (0)