Skip to content

Commit

Permalink
Bump tokio from 1.24.2 to 1.25.0 (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 29, 2023
1 parent ccc5819 commit 07f8956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -26,7 +26,7 @@ moka = "0.9.6"
humantime-serde = "1.1.1"
anyhow = "1.0.68"
log = { version = "0.4.17", features = ["serde"] }
tokio = { version = "1.24.2", default-features = false }
tokio = { version = "1.25.0", default-features = false }
clap = { version = "4.1.4", features = ["derive"] }
clap-verbosity-flag = "2.0.0"
figment = { version = "0.10.8", features = ["toml", "env"] }
Expand Down

0 comments on commit 07f8956

Please sign in to comment.