From 084db86338033b99b0aa365926cc11d502414dbe Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 13:58:45 +0000 Subject: [PATCH] chore(deps): update rust crate const-oid to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 04cd44d..91a59c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ sequoia-gpg-agent = "0.6" sigstore = { version = "0.13", default-features = false } sigstore_protobuf_specs = "0.5" x509-cert = "0.2" -const-oid = "0.9" +const-oid = "0.10" openidconnect = "4.0" webbrowser = "1.0" regex = "1.11"