From c167814d93d4aadd22007b5ce0c3f0b530310af5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 04:29:35 +0000 Subject: [PATCH 1/2] chore(deps): bump base62 from 2.0.3 to 2.2.1 Bumps [base62](https://github.com/fbernier/base62) from 2.0.3 to 2.2.1. - [Release notes](https://github.com/fbernier/base62/releases) - [Commits](https://github.com/fbernier/base62/compare/v2.0.3...v2.2.1) --- updated-dependencies: - dependency-name: base62 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 15 +++++++++------ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40c5c0f51..5d5e460c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -236,9 +236,12 @@ checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8" [[package]] name = "base62" -version = "2.0.3" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48fa474cf7492f9a299ba6019fb99ec673e1739556d48e8a90eabaea282ef0e4" +checksum = "10e52a7bcb1d6beebee21fb5053af9e3cbb7a7ed1a4909e534040e676437ab1f" +dependencies = [ + "rustversion", +] [[package]] name = "base64" @@ -1081,7 +1084,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -2773,7 +2776,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3165,7 +3168,7 @@ dependencies = [ "getrandom", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] @@ -3893,7 +3896,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.48.0", + "windows-sys 0.59.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 1c8e39a13..486f5be96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -127,7 +127,7 @@ cfg-if = "1" ansi_term = { version = "0.12", optional = true } arbitrary = { version = "1", optional = true, features = ["derive"] } base16 = { version = "0.2", optional = true } -base62 = { version = "2.0.3", optional = true } +base62 = { version = "2.2.1", optional = true } base64 = { version = "0.22", optional = true } bytes = { version = "1", default-features = false, optional = true } charset = { version = "0.1", optional = true } From 73bdcbcc5fcbd97902d0c1fdf5843460ccad7427 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Mon, 27 Jan 2025 11:30:49 -0500 Subject: [PATCH 2/2] dd-rust-license-tool write --- LICENSE-3rdparty.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv index c73e940f1..bfedc928b 100644 --- a/LICENSE-3rdparty.csv +++ b/LICENSE-3rdparty.csv @@ -19,7 +19,7 @@ arrayvec,https://github.com/bluss/arrayvec,MIT OR Apache-2.0,bluss async-lock,https://github.com/smol-rs/async-lock,Apache-2.0 OR MIT,Stjepan Glavina backtrace,https://github.com/rust-lang/backtrace-rs,MIT OR Apache-2.0,The Rust Project Developers base16,https://github.com/thomcc/rust-base16,CC0-1.0,Thom Chiovoloni -base62,https://github.com/fbernier/base62,MIT,"François Bernier , Chai T. Rex , Kevin Darlington , Christopher Tarquini " +base62,https://github.com/fbernier/base62,MIT,"François Bernier , Chai T. Rex " base64,https://github.com/marshallpierce/rust-base64,MIT OR Apache-2.0,"Alice Maz , Marshall Pierce " base64,https://github.com/marshallpierce/rust-base64,MIT OR Apache-2.0,Marshall Pierce bit-set,https://github.com/contain-rs/bit-set,Apache-2.0 OR MIT,Alexis Beingessner