Skip to content

Commit

Permalink
Update async-fs crate from 2.1.1 to 2.1.2 version (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 46cd180 commit d7c3636
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 e2e/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "BlueOak-1.0.0"
publish = false

[dev-dependencies]
async-fs = "2.0"
async-fs = "2.1"
baza = { package = "baza-lib", path = "../lib" }
baza-api-s3 = { path = "../api/s3" }
cucumber = { version = "0.21", features = ["libtest"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "BlueOak-1.0.0"
publish = false

[dependencies]
async-fs = "2.0"
async-fs = "2.1"
async-trait = "0.1"
derive_more = "0.99"
futures = "0.3"
Expand Down

0 comments on commit d7c3636

Please sign in to comment.