Skip to content

Commit

Permalink
Merge pull request #179 from JakeStanger/dependabot/cargo/tokio-1.42.0
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.38.1 to 1.42.0
  • Loading branch information
JakeStanger authored Dec 4, 2024
2 parents 5ccc030 + 24839e5 commit 9d59642
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.42.0", features = ["rt-multi-thread"] }
universal-config = { version = "0.5.0", default-features = false, features = ["toml"] }
mpd-utils = "0.2.1"
tracing = "0.1.41"
Expand Down

0 comments on commit 9d59642

Please sign in to comment.