Skip to content

Commit

Permalink
Bump tokio from 1.28.2 to 1.29.0 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 28, 2023
1 parent dbc6b2b commit 9a59567
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 4 deletions.
61 changes: 58 additions & 3 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.11.2"
humantime-serde = "1.1.1"
anyhow = "1.0.71"
log = { version = "0.4.19", features = ["serde"] }
tokio = { version = "1.28.2", default-features = false }
tokio = { version = "1.29.0", default-features = false }
clap = { version = "4.3.8", features = ["derive"] }
clap-verbosity-flag = "2.0.1"
figment = { version = "0.10.10", features = ["toml", "env"] }
Expand Down

0 comments on commit 9a59567

Please sign in to comment.