Skip to content

Commit 982d6bf

Browse files
authored
Merge pull request #199 from hug-dev/shlexed
Bump bindgen to 0.69.4
2 parents 6fc8c14 + 68e484a commit 982d6bf

13 files changed

+172
-107
lines changed

Cargo.lock

+160-95
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
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/crate/cryptoki-sys"
1313
rust-version = "1.66.0"
1414

1515
[build-dependencies]
16-
bindgen = { version = "0.66.1", optional = true }
16+
bindgen = { version = "0.69.4", optional = true }
1717

1818
[dependencies]
1919
libloading = "0.7.0"

cryptoki-sys/src/bindings/aarch64-apple-darwin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/aarch64-unknown-linux-gnu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/arm-unknown-linux-gnueabi.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/generic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/i686-unknown-linux-gnu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/loongarch64-unknown-linux-gnu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/powerpc64-unknown-linux-gnu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/x86_64-apple-darwin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/x86_64-pc-windows-msvc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/x86_64-unknown-freebsd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

cryptoki-sys/src/bindings/x86_64-unknown-linux-gnu.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* automatically generated by rust-bindgen 0.66.1 */
1+
/* automatically generated by rust-bindgen 0.69.4 */
22

33
pub const PKCS11_H: u32 = 1;
44
pub const CRYPTOKI_VERSION_MAJOR: CK_BYTE = 2;

0 commit comments

Comments
 (0)