diff --git a/Cargo.lock b/Cargo.lock index 2566bda37..f473bf881 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -847,9 +847,9 @@ dependencies = [ [[package]] name = "base62" -version = "2.1.0" +version = "2.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0c1ec82797a31deab8e07c995677c89890ef2fb9f663f93d9941e3f802f233e" +checksum = "3d2c393c12f2661ef3f22426d26f95bcfa13d730abab7554502f427562b72f37" dependencies = [ "rustversion", ] diff --git a/Cargo.toml b/Cargo.toml index f044a6ed0..cd515e5eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ panic = "abort" ahash = "0.8" arboard = { version = "3.4.1", default-features = false, optional = true } atoi_simd = "0.16" -base62 = { version = "2.1", optional = true } +base62 = { version = "2.2", optional = true } bytemuck = { version = "1.21", features = [ "latest_stable_rust", ], optional = true }