From 0802d026d1c4db0ebd426d2a0f8246079aec5997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:42:14 +0000 Subject: [PATCH] build(deps): bump the dependencies group across 1 directory with 3 updates Updates the requirements on [numeric_cast](https://github.com/Nugine/numeric_cast), [colored](https://github.com/mackwic/colored) and [const-str](https://github.com/Nugine/const-str) to permit the latest version. Updates `numeric_cast` to 0.3.0 - [Release notes](https://github.com/Nugine/numeric_cast/releases) - [Commits](https://github.com/Nugine/numeric_cast/compare/v0.2.1...v0.3.0) Updates `colored` to 3.0.0 - [Release notes](https://github.com/mackwic/colored/releases) - [Changelog](https://github.com/colored-rs/colored/blob/master/CHANGELOG.md) - [Commits](https://github.com/mackwic/colored/compare/v2.1.0...v3.0.0) Updates `const-str` to 0.6.1 - [Release notes](https://github.com/Nugine/const-str/releases) - [Commits](https://github.com/Nugine/const-str/compare/v0.5.7...v0.6.1) --- updated-dependencies: - dependency-name: numeric_cast dependency-type: direct:production dependency-group: dependencies - dependency-name: colored dependency-type: direct:production dependency-group: dependencies - dependency-name: const-str dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- codegen/Cargo.toml | 2 +- crates/s3s-fs/Cargo.toml | 2 +- crates/s3s-test/Cargo.toml | 4 ++-- crates/s3s/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index ac6dcd9..c44bac4 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -9,7 +9,7 @@ codegen-writer = "0.2.0" heck = "0.5.0" nugine-rust-utils = "0.3.1" std-next = "0.1.1" -numeric_cast = "0.2.1" +numeric_cast = "0.3.0" regex = "1.11.0" serde = { version = "1.0.210", features = ["derive"] } serde_json = { version = "1.0.128", features = ["preserve_order"] } diff --git a/crates/s3s-fs/Cargo.toml b/crates/s3s-fs/Cargo.toml index a8173e8..1aa128a 100644 --- a/crates/s3s-fs/Cargo.toml +++ b/crates/s3s-fs/Cargo.toml @@ -38,7 +38,7 @@ hyper-util = { version = "0.1.9", optional = true, features = [ md-5 = "0.10.6" mime = "0.3.17" std-next = "0.1.1" -numeric_cast = "0.2.1" +numeric_cast = "0.3.0" path-absolutize = "3.1.1" s3s = { version = "0.11.0-dev", path = "../s3s" } serde_json = "1.0.128" diff --git a/crates/s3s-test/Cargo.toml b/crates/s3s-test/Cargo.toml index d0f8607..55a1d06 100644 --- a/crates/s3s-test/Cargo.toml +++ b/crates/s3s-test/Cargo.toml @@ -18,8 +18,8 @@ clap = { version = "4.5.20", features = ["derive"] } dotenvy = "0.15.7" serde_json = "1.0.128" indexmap = "2.6.0" -colored = "2.1.0" +colored = "3.0.0" regex = "1.11.0" nugine-rust-utils = "0.3.1" backtrace = "0.3.74" -const-str = { version = "0.5.7", features = ["std", "proc"] } +const-str = { version = "0.6.1", features = ["std", "proc"] } diff --git a/crates/s3s/Cargo.toml b/crates/s3s/Cargo.toml index f97d867..e354295 100644 --- a/crates/s3s/Cargo.toml +++ b/crates/s3s/Cargo.toml @@ -44,7 +44,7 @@ memchr = "2.7.4" mime = "0.3.17" nom = "7.1.3" nugine-rust-utils = "0.3.1" -numeric_cast = "0.2.1" +numeric_cast = "0.3.0" pin-project-lite = "0.2.14" quick-xml = { version = "0.37.0", features = ["serialize"] } serde = { version = "1.0.210", features = ["derive"] }