Skip to content

Commit b847906

Browse files
build(deps): bump tokio from 1.46.1 to 1.47.1 (#222)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.46.1 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.46.1...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 7da4593 + 9a5b735 commit b847906

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

Cargo.lock

Lines changed: 15 additions & 5 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.11.1"
2424
serde = { version = "1.0.219", features = ["derive"] }
2525
reqwest = { version = "0.12.22", features = ["json"] }
26-
tokio = { version = "1.46.1", features = ["rt-multi-thread"] }
26+
tokio = { version = "1.47.1", 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)