Skip to content

Commit

Permalink
chore(deps): update base64-url requirement from 2.0.2 to 3.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [base64-url](https://github.com/magiclen/base64-url) to permit the latest version.
- [Commits](magiclen/base64-url@v2.0.2...v3.0.0)

---
updated-dependencies:
- dependency-name: base64-url
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 8fe13bf commit 004454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dag-json = ["dep:serde_ipld_dagjson"]

[dependencies]
anyhow = "1"
base64-url = { version = "2.0.2" }
base64-url = { version = "3.0.0" }
ipld-core = { version = "0.4" }
serde_ipld_dagjson = { version = "0.2", default-features = false, optional = true }
serde_ipld_dagcbor = "0.6"
Expand Down

0 comments on commit 004454e

Please sign in to comment.