Skip to content

Commit

Permalink
Bump async-fs from 1.6.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [async-fs](https://github.com/smol-rs/async-fs) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/smol-rs/async-fs/releases)
- [Changelog](https://github.com/smol-rs/async-fs/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-fs@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: async-fs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent b8f180f commit ada2918
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
17 changes: 14 additions & 3 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 = "1.6"
async-fs = "2.0"
baza = { package = "baza-lib", path = "../lib" }
baza-api-s3 = { path = "../api/s3" }
cucumber = { version = "0.20", 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 = "1.6"
async-fs = "2.0"
async-trait = "0.1"
derive_more = "0.99"
futures = "0.3"
Expand Down

0 comments on commit ada2918

Please sign in to comment.