Skip to content

Commit

Permalink
chore(deps): update rust crate async-trait to 0.1.79 (#2191)
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] committed Mar 24, 2024
1 parent 14d37b3 commit 5d0a14b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ bs58 = "0.5.0"
fluence-keypair = "0.10.4"
parking_lot = "0.12.1"
tokio = "1.36.0"
async-trait = "0.1.77"
async-trait = "0.1.79"
tokio-stream = "0.1.14"
tokio-util = "0.7.10"
uuid = { version = "1.7.0", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/workers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tracing = { workspace = true }
tokio = { workspace = true, features = ["fs", "sync"] }
derivative = { workspace = true }
types = { workspace = true }
async-trait = "0.1.77"
async-trait = "0.1.79"

[dev-dependencies]
tempfile = { workspace = true }
Expand Down

0 comments on commit 5d0a14b

Please sign in to comment.