Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Jul 14, 2024
1 parent 42c24ce commit a4710fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions security-framework-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security-framework-sys"
version = "2.11.0"
version = "2.11.1"
authors = ["Steven Fackler <[email protected]>", "Kornel <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Apple `Security.framework` low-level FFI bindings"
Expand All @@ -12,8 +12,8 @@ categories = ["os::macos-apis", "external-ffi-bindings"]
edition = "2021"

[dependencies]
core-foundation-sys = "0.8.3"
libc = "0.2.139"
core-foundation-sys = "0.8.6"
libc = "0.2.150"

[features]
default = ["OSX_10_12"]
Expand Down
12 changes: 6 additions & 6 deletions security-framework/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "security-framework"
version = "2.11.0"
version = "2.11.1"
authors = ["Steven Fackler <[email protected]>", "Kornel <[email protected]>"]
license = "MIT OR Apache-2.0"
description = "Security.framework bindings for macOS and iOS"
Expand All @@ -15,17 +15,17 @@ edition = "2021"
rust-version = "1.60"

[dependencies]
security-framework-sys = { version = "2.11.0", default-features = false, path = "../security-framework-sys" }
bitflags = "2.5"
security-framework-sys = { version = "2.11.1", default-features = false, path = "../security-framework-sys" }
bitflags = "2.6"
core-foundation = "0.9.4"
core-foundation-sys = "0.8.6"
libc = "0.2.139"
log = { version = "0.4.17", optional = true }
num-bigint = { version = "0.4.3", optional = true }
log = { version = "0.4.20", optional = true }
num-bigint = { version = "0.4.6", optional = true }

[dev-dependencies]
hex = "0.4.3"
env_logger = "0.10"
env_logger = "0.11"
x509-parser = "0.16"
time = "0.3.17"
tempfile = "3.3.0"
Expand Down

0 comments on commit a4710fc

Please sign in to comment.