diff --git a/Cargo.lock b/Cargo.lock index b9a2af2e..37419bef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -829,7 +829,7 @@ dependencies = [ "lopdf", "pem 3.0.4", "reqwest 0.12.5", - "ring 0.16.20", + "ring 0.17.8", "rsa 0.9.6", "serde", "serde_json", diff --git a/Cross.toml b/Cross.toml index 24914c70..bc4f1cad 100644 --- a/Cross.toml +++ b/Cross.toml @@ -43,4 +43,4 @@ image = "ghcr.io/cross-rs/x86_64-pc-windows-msvc:edge" image = "ghcr.io/cross-rs/x86_64-apple-darwin:edge" [target.aarch64-apple-darwin] -image = "ghcr.io/cross-rs/aarch64-apple-darwin:edge" +image = "ghcr.io/cross-rs/aarch64-apple-darwin:edge" \ No newline at end of file diff --git a/bloock-libs/metadata/Cargo.toml b/bloock-libs/metadata/Cargo.toml index 57e0cd66..3a9f09fd 100644 --- a/bloock-libs/metadata/Cargo.toml +++ b/bloock-libs/metadata/Cargo.toml @@ -17,7 +17,7 @@ bloock-hasher = { path = "../hasher" } bloock-keys = { path = "../keys" } bloock-encrypter = { path = "../encrypter" } pem = "3.0.4" -ring = "0.16.20" +ring = "0.17.8" reqwest = { version = "0.12.5", default-features = false, features = ["blocking", "rustls-tls"] } signature = { version = "2.2.0", features = ["std"] } x509-certificate = {version = "0.19.0", features = ["test"]}