Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.30.0 (#233)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 9, 2023
1 parent 07bc4ae commit 080b5ed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 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 @@ -25,6 +25,6 @@ salvo = { version = "0.50.1", features = ["affix", "anyhow", "caching-headers",
serde = { version = "1.0.183", features = ["derive"] }
serde_yaml = "0.9.25"
slug = "0.1.4"
tokio = { version = "1.29.1" }
tokio = { version = "1.30.0" }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"

0 comments on commit 080b5ed

Please sign in to comment.