Skip to content

Commit

Permalink
build(deps): update libmdbx requirement from 0.3.3 to 0.4.2
Browse files Browse the repository at this point in the history
Updates the requirements on [libmdbx](https://github.com/vorot93/libmdbx-rs) to permit the latest version.
- [Commits](https://github.com/vorot93/libmdbx-rs/commits/0.4.2)

---
updated-dependencies:
- dependency-name: libmdbx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 5714c5b commit 88605c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
bson = "2.5.0"
itertools = "0.10.5"
ed = "0.3.0"
libmdbx = "0.3.3"
libmdbx = "0.4.2"
rocksdb = { version = "0.18.0"}
timer = "0.2.0"
arweave-rs = {workspace=true}
Expand Down

0 comments on commit 88605c6

Please sign in to comment.