Skip to content

Commit

Permalink
chore(deps): update libtest-mimic requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [libtest-mimic](https://github.com/LukasKalbertodt/libtest-mimic) to permit the latest version.
- [Release notes](https://github.com/LukasKalbertodt/libtest-mimic/releases)
- [Changelog](https://github.com/LukasKalbertodt/libtest-mimic/blob/master/CHANGELOG.md)
- [Commits](LukasKalbertodt/libtest-mimic@v0.7.3...v0.8.1)

---
updated-dependencies:
- dependency-name: libtest-mimic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2025
1 parent 72b6880 commit 2ba12b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/object_store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ opendal = { version = "0.51.2", path = "../../core", features = [
rand = "0.8.5"
tokio = { version = "1", features = ["fs", "macros", "rt-multi-thread"] }
anyhow = "1.0.86"
libtest-mimic = "0.7.3"
libtest-mimic = "0.8.1"
uuid = "1.11.0"
datafusion = "44.0.0"
url = "2.5.2"

0 comments on commit 2ba12b5

Please sign in to comment.