Skip to content

Commit 114ff1a

Browse files
committed
Update deps
1 parent 5bcffff commit 114ff1a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ arrayvec = { version = "0.7", optional = true }
2525
bytes = { version = "1", optional = true }
2626
bitflags = "2"
2727
ciborium = { version = "0.2", optional = true }
28-
derive_more = "0.99"
28+
derive_more = { version = "1", features = [
29+
"deref",
30+
"deref_mut",
31+
"display",
32+
"from",
33+
] }
2934
impls = { version = "1", optional = true }
3035
indexmap = "2"
3136
libc = "0.2"

mdbx-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ libc = "0.2"
1818

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

0 commit comments

Comments
 (0)