Skip to content

Commit

Permalink
Bump ss58-registry from 1.38.0 to 1.39.0
Browse files Browse the repository at this point in the history
Bumps [ss58-registry](https://github.com/paritytech/ss58-registry) from 1.38.0 to 1.39.0.
- [Release notes](https://github.com/paritytech/ss58-registry/releases)
- [Changelog](https://github.com/paritytech/ss58-registry/blob/main/CHANGELOG.md)
- [Commits](paritytech/ss58-registry@v1.38.0...v1.39.0)

---
updated-dependencies:
- dependency-name: ss58-registry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2023
1 parent dbf9d15 commit bdf8dfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion substrate-minimal/subcryptor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit bdf8dfc

Please sign in to comment.