diff --git a/Cargo.lock b/Cargo.lock index 060a820e..4d5a5520 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1663,9 +1663,9 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "ss58-registry" -version = "1.38.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e40c020d72bc0a9c5660bb71e4a6fdef081493583062c474740a7d59f55f0e7b" +checksum = "ecf0bd63593ef78eca595a7fc25e9a443ca46fe69fd472f8f09f5245cdcd769d" dependencies = [ "Inflector", "num-format", diff --git a/substrate-minimal/subcryptor/Cargo.toml b/substrate-minimal/subcryptor/Cargo.toml index 34b21300..b6747d2a 100644 --- a/substrate-minimal/subcryptor/Cargo.toml +++ b/substrate-minimal/subcryptor/Cargo.toml @@ -14,7 +14,7 @@ version.workspace = true base58 = { version = "0.2" } blake2-rfc = { version = "0.2" } parity-scale-codec = { workspace = true, optional = true, features = ["derive"] } -ss58-registry = { version = "1.38" } +ss58-registry = { version = "1.39" } thiserror = { workspace = true } [features]