From 932f0868867d65df92a04c7f300a53adfe8171c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 18:11:18 +0000 Subject: [PATCH] build(deps): bump shadow-rs from 0.38.0 to 1.0.0 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.38.0 to 1.0.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.38.0...v1.0.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4a02d451..f793f9cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -802,9 +802,9 @@ dependencies = [ [[package]] name = "is_debug" -version = "1.0.2" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8ea828c9d6638a5bd3d8b14e37502b4d56cae910ccf8a5b7f51c7a0eb1d0508" +checksum = "1fe266d2e243c931d8190177f20bf7f24eed45e96f39e87dc49a27b32d12d407" [[package]] name = "is_terminal_polyfill" @@ -1473,9 +1473,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.38.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69d433b5df1e1958a668457ebe4a9c5b7bcfe844f4eb2276ac43cf273baddd54" +checksum = "209d2a96c110f23f27b5944408d36027a2ce2c9159ca2efee3a7f333e548427e" dependencies = [ "const_format", "git2", diff --git a/Cargo.toml b/Cargo.toml index 75311b59..ec353f62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ jemallocator = { version = "0.5.4", optional = true } libloading = "0.8.6" unicode-segmentation = "1.12.0" human-panic = "2.0.2" -shadow-rs = { version = "0.38.0", optional = true } +shadow-rs = { version = "1.0.0", optional = true } enum_dispatch = "0.3.13" lazy_static = { version = "1.5.0", optional = true } @@ -103,7 +103,7 @@ anyhow = "1.0.95" cargo-emit = "0.2.1" rayon = "1.10.0" thiserror = "2.0.11" -shadow-rs = { version = "0.38.0", optional = true } +shadow-rs = { version = "1.0.0", optional = true } [features] default = ["static-grammar-libs"]