Skip to content

Commit

Permalink
build(deps): update libmdbx requirement from 0.3.3 to 0.5.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: libmdbx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent a9a316e commit c1ee205
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.5.0"
rocksdb = { version = "0.18.0"}
timer = "0.2.0"
arweave-rs = {workspace=true}
Expand Down

0 comments on commit c1ee205

Please sign in to comment.