Skip to content

Commit

Permalink
Bump base64-url from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps [base64-url](https://github.com/magiclen/base64-url) from 2.0.0 to 3.0.0.
- [Commits](magiclen/base64-url@v2.0.0...v3.0.0)

---
updated-dependencies:
- dependency-name: base64-url
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent fcae056 commit a5cd6ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rust-version = "1.70.0"

[dependencies]
base64 = "0.21.4"
base64-url = "2.0.0"
base64-url = "3.0.0"
bigdecimal = { version = "0.4.1", features = ["serde"] }
chrono = { version = "0.4.31", features = ["serde"] }
diesel = { version = "2.1.4", features = [
Expand Down

0 comments on commit a5cd6ec

Please sign in to comment.