diff --git a/Cargo.lock b/Cargo.lock index ec1405fff..d593a9011 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1276,7 +1276,7 @@ dependencies = [ "rustls-pemfile 2.2.0", "rustyline", "schemars", - "security-framework 3.2.0", + "security-framework 3.3.0", "semantic_search_client", "semver", "serde", @@ -5311,7 +5311,7 @@ dependencies = [ "openssl-probe", "rustls-pki-types", "schannel", - "security-framework 3.2.0", + "security-framework 3.3.0", ] [[package]] @@ -5502,9 +5502,9 @@ dependencies = [ [[package]] name = "security-framework" -version = "3.2.0" +version = "3.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" +checksum = "80fb1d92c5028aa318b4b8bd7302a5bfcf48be96a37fc6fc790f806b0004ee0c" dependencies = [ "bitflags 2.9.1", "core-foundation 0.10.1", diff --git a/Cargo.toml b/Cargo.toml index 576b4c252..4373b7c98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,7 @@ rustls = "0.23.23" rustls-native-certs = "0.8.1" rustls-pemfile = "2.1.0" rustyline = { version = "15.0.0", features = ["custom-bindings", "derive", "with-file-history"], default-features = false } -security-framework = "3.2.0" +security-framework = "3.3.0" semantic_search_client = { path = "crates/semantic-search-client" } semver = { version = "1.0.26", features = ["serde"] } serde = { version = "1.0.219", features = ["derive", "rc"] }