From 995d7876c8384371f07cdb68ea45a7a439f587b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 03:12:17 +0000 Subject: [PATCH] Update Rust crate ron to 0.11 --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77d796b..4d0df35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1460,14 +1460,15 @@ dependencies = [ [[package]] name = "ron" -version = "0.8.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94" +checksum = "db09040cc89e461f1a265139777a2bde7f8d8c67c4936f700c63ce3e2904d468" dependencies = [ - "base64 0.21.7", + "base64 0.22.1", "bitflags 2.4.2", "serde", "serde_derive", + "unicode-ident", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 9cbc008..c40775f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ miette = { version = "5.10", features = ["fancy"] } p384 = { version = "0.13.1", default-features = false } pem-rfc7468 = { version = "0.7.0", default-features = false } rats-corim.git = "https://github.com/oxidecomputer/rats-corim" -ron = "0.8" +ron = "0.11" rpassword = "7.4.0" salty = { version = "0.3", default-features = false } serde = { version = "1.0.228", default-features = false }