Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to ^0.1.79
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 24, 2024
1 parent e4ecd5c commit a4af925
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/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 crates/marecchia-p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository.workspace = true
crate-type = ["cdylib"]

[dependencies]
async-trait = "^0.1.78"
async-trait = "^0.1.79"
libp2p = { version = "^0.53.2", features = [
"wasm-bindgen",
"gossipsub",
Expand Down

0 comments on commit a4af925

Please sign in to comment.