Skip to content

Commit fff08b1

Browse files
build(deps): bump tokio from 1.47.1 to 1.48.0
Bumps [tokio](https://github.com/tokio-rs/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1ef11d2 commit fff08b1

File tree

2 files changed

+23
-82
lines changed

2 files changed

+23
-82
lines changed

Cargo.lock

Lines changed: 22 additions & 81 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
@@ -23,7 +23,7 @@ mpd_client = "1.4.1"
2323
regex = "1.12.1"
2424
serde = { version = "1.0.228", features = ["derive"] }
2525
reqwest = { version = "0.12.23", features = ["json"] }
26-
tokio = { version = "1.47.1", features = ["rt-multi-thread"] }
26+
tokio = { version = "1.48.0", features = ["rt-multi-thread"] }
2727
universal-config = { version = "0.5.1", default-features = false, features = ["toml", "save"] }
2828
mpd-utils = "0.2.1"
2929
tracing = "0.1.41"

0 commit comments

Comments
 (0)