Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Dec 14, 2024
1 parent d587e6f commit 8bd2ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ impls = { version = "1", optional = true }
indexmap = "2"
libc = "0.2"
parking_lot = "0.12"
sealed = "0.5"
sealed = "0.6"
tempfile = { version = "3", optional = true }
thiserror = "1"
thiserror = "2"

ffi = { package = "mdbx-sys", version = "=12.10.1", path = "./mdbx-sys" }

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.70", default-features = false, features = ["runtime"] }
bindgen = { version = "0.71", default-features = false, features = ["runtime"] }

0 comments on commit 8bd2ac6

Please sign in to comment.