diff --git a/Cargo.lock b/Cargo.lock index 7e39f2e95..eaabf9d35 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" diff --git a/Cargo.toml b/Cargo.toml index 3f115a5ab..0ad58bbb0 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 } 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