Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Sep 16, 2024
1 parent 5bcffff commit 114ff1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,12 @@ arrayvec = { version = "0.7", optional = true }
bytes = { version = "1", optional = true }
bitflags = "2"
ciborium = { version = "0.2", optional = true }
derive_more = "0.99"
derive_more = { version = "1", features = [
"deref",
"deref_mut",
"display",
"from",
] }
impls = { version = "1", optional = true }
indexmap = "2"
libc = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion mdbx-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ libc = "0.2"

[build-dependencies]
cc = "1.0"
bindgen = { version = "0.69", default-features = false, features = ["runtime"] }
bindgen = { version = "0.70", default-features = false, features = ["runtime"] }

0 comments on commit 114ff1a

Please sign in to comment.