From 4facbfad23675f759a4d80f6e24c9fd0a1f75da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:10:06 +0000 Subject: [PATCH] Bump ss58-registry from 1.50.0 to 1.51.0 Bumps [ss58-registry](https://github.com/paritytech/ss58-registry) from 1.50.0 to 1.51.0. - [Release notes](https://github.com/paritytech/ss58-registry/releases) - [Changelog](https://github.com/paritytech/ss58-registry/blob/main/CHANGELOG.md) - [Commits](https://github.com/paritytech/ss58-registry/compare/v1.50.0...v1.51.0) --- updated-dependencies: - dependency-name: ss58-registry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- subcryptor/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b8a320..8e75169 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1292,9 +1292,9 @@ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" [[package]] name = "ss58-registry" -version = "1.50.0" +version = "1.51.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43fce22ed1df64d04b262351c8f9d5c6da4f76f79f25ad15529792f893fad25d" +checksum = "19409f13998e55816d1c728395af0b52ec066206341d939e22e7766df9b494b8" dependencies = [ "Inflector", "num-format", diff --git a/subcryptor/Cargo.toml b/subcryptor/Cargo.toml index 3c45a59..6a20178 100644 --- a/subcryptor/Cargo.toml +++ b/subcryptor/Cargo.toml @@ -17,5 +17,5 @@ base64 = { version = "0.22" } blake2-rfc = { version = "0.2" } crypto_secretbox = { version = "0.1" } scrypt = { version = "0.11" } -ss58-registry = { version = "1.50" } +ss58-registry = { version = "1.51" } thiserror = { workspace = true }