Skip to content

Commit

Permalink
build(deps): bump tokio from 1.38.1 to 1.41.1
Browse files Browse the repository at this point in the history
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.1 to 1.41.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.38.1...tokio-1.41.1)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent dd69dbf commit 6226a22
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 32 deletions.
51 changes: 20 additions & 31 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ regex = "1.11.1"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
reqwest = { version = "0.12.9", features = ["json"] }
tokio = { version = "1.38.1", features = ["rt-multi-thread"] }
tokio = { version = "1.41.1", features = ["rt-multi-thread"] }
universal-config = { version = "0.5.0", default-features = false, features = ["toml"] }
mpd-utils = "0.2.1"
tracing = "0.1.40"
Expand Down

0 comments on commit 6226a22

Please sign in to comment.