build(deps): update base64 requirement from 0.21.2 to 0.22.0 (#417)
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.2...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
87ff44b32e
commit
1c83e44ab9
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ pallas-crypto = { version = "=0.23.0", path = "../pallas-crypto" }
|
|||
pallas-codec = { version = "=0.23.0", path = "../pallas-codec" }
|
||||
serde = { version = "1.0.136", optional = true, features = ["derive"] }
|
||||
serde_json = { version = "1.0.79", optional = true }
|
||||
base64 = "0.21.2"
|
||||
base64 = "0.22.0"
|
||||
|
||||
[features]
|
||||
json = ["serde", "serde_json"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue