From a1f2dd5c5f85ca0fc9ceb4fa58d351d15dbd429f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:44:39 +0000 Subject: [PATCH] chore(deps): bump shadow-rs from 0.27.1 to 0.30.0 Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.27.1 to 0.30.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.27.1...v0.30.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- core/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 710f93fda..c404d8cb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5002,9 +5002,9 @@ dependencies = [ [[package]] name = "shadow-rs" -version = "0.27.1" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7960cbd6ba74691bb15e7ebf97f7136bd02d1115f5695a58c1f31d5645750128" +checksum = "d253e54681d4be0161e965db57974ae642a0b6aaeb18a999424c4dab062be8c5" dependencies = [ "const_format", "is_debug", diff --git a/core/Cargo.toml b/core/Cargo.toml index 5b618fa16..f52f5f9a4 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -48,7 +48,7 @@ serde = "1.0.203" serde_derive = "1.0.197" serde_json = "1.0.120" serde_yaml = "0.9.34" -shadow-rs = { version = "0.27.1", default-features = false } +shadow-rs = { version = "0.30.0", default-features = false } thiserror = "1.0.59" url = "2.5.2" uuid = { version = "1.4.1", features = ["v4", "wasm-bindgen"] } @@ -67,7 +67,7 @@ chrono = { version = "0.4.38", default-features = false, features = [] } tokio = { version = "1.38.0", features = ["rt"], default-features = false } [build-dependencies] -shadow-rs = { version = "0.27.1", default-features = false } +shadow-rs = { version = "0.30.0", default-features = false } [dev-dependencies] criterion_bencher_compat = "0.4.0"