Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 19, 2023
1 parent c3fa7a9 commit 6a12747
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 19 deletions.
46 changes: 28 additions & 18 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 @@ jsonwebtoken = "8.3.0"
log = "0.4.18"
rs-snowflake = "0.6.0"
serde = { version = "1.0.163", features = ["derive"] }
tokio = { version = "1.28.2", features = ["full", "tracing"] }
tokio = { version = "1.35.1", features = ["full", "tracing"] }
infer = "0.13.0"

prisma-client-rust = { git = "https://github.com/Brendonovich/prisma-client-rust", tag = "0.6.8", default-features = false, features = [
Expand Down

0 comments on commit 6a12747

Please sign in to comment.