From c9be4ae8d84a1f00ea4665e4d70df8cb3c52d84c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 01:04:46 +0000 Subject: [PATCH] chore(deps): update rust crate hipstr to 0.6.0 --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63f0bb9..738437e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -278,12 +278,13 @@ checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" [[package]] name = "hipstr" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b1a1e88916b85435113fe6587f643fdf8bd4818c0ba1a46d5162cac0dd0c69b" +checksum = "97971ffc85d4c98de12e2608e992a43f5294ebb625fdb045b27c731b64c4c6d6" dependencies = [ "serde", "serde_bytes", + "sptr", ] [[package]] @@ -593,6 +594,12 @@ dependencies = [ "version_check", ] +[[package]] +name = "sptr" +version = "0.3.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" + [[package]] name = "static_assertions" version = "1.1.0" diff --git a/Cargo.toml b/Cargo.toml index 27a46e2..acc3c6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ arcstr = "1.1.5" compact_str = "0.8" ecow = "0.2.2" flexstr = "0.9.2" -hipstr = "0.5.0" +hipstr = "0.6.0" imstr = "0.2.0" kstring = "2.0.0" smartstring = "1.0.1"