Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2023
1 parent 4e20dde commit cbc458b
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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ actix-web = { version = "4.4.0", features = ["rustls-0_21", "compress-zstd"] }
ahash = "0.8.6"

anyhow = "1.0.75"
async-trait = "0.1.74"
async-trait = "0.1.76"
chrono = { version = "0.4.31", features = ["serde"] }
cidr = "0.2.2"
clap = { version = "4.4.11", features = ["derive", "env"] }
Expand Down

0 comments on commit cbc458b

Please sign in to comment.