Skip to content

Commit a1680c9

Browse files
authored
Merge pull request #261 from Jakuje/libloading8
Bump libloading version to 0.8.6
2 parents 0fe2854 + b37ecb6 commit a1680c9

File tree

3 files changed

+8
-27
lines changed

3 files changed

+8
-27
lines changed

Cargo.lock

+6-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptoki-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.66.0"
1616
bindgen = { version = "0.70.1", optional = true }
1717

1818
[dependencies]
19-
libloading = "0.7.0"
19+
libloading = "0.8.6"
2020

2121
[features]
2222
generate-bindings = ["bindgen"]

cryptoki/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rust-version = "1.66.0"
1414

1515
[dependencies]
1616
bitflags = "1.3"
17-
libloading = "0.7.0"
17+
libloading = "0.8.6"
1818
log = "0.4.14"
1919
cryptoki-sys = { path = "../cryptoki-sys", version = "0.3.0" }
2020
paste = "1.0.6"

0 commit comments

Comments
 (0)