Skip to content

Commit

Permalink
Merge pull request #5 from murdock-ng/dependabot/cargo/tokio-1.26.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.24.2 to 1.26.0
  • Loading branch information
kaspar030 authored Dec 19, 2023
2 parents 738f360 + 260965b commit 017baa2
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 26 deletions.
74 changes: 49 additions & 25 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 @@ -21,4 +21,4 @@ platform-dirs = "0.3.0"
reqwest = { version = "0.11.23", features = ["blocking"] }
serde = { version = "1.0.152", features = ["derive"] }
serde_yaml = "0.9.17"
tokio = { version = "1.24.2", features = ["full"] }
tokio = { version = "1.26.0", features = ["full"] }

0 comments on commit 017baa2

Please sign in to comment.