Skip to content

Commit

Permalink
build(deps): update base64-url requirement in /az-cvm-vtpm (#53)
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.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 53d64b8 commit db31c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion az-cvm-vtpm/az-tdx-vtpm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"

[dependencies]
az-cvm-vtpm = { path = "..", version = "0.5.3" }
base64-url = "2.0.0"
base64-url = "3.0.0"
bincode.workspace = true
serde.workspace = true
serde_json.workspace = true
Expand Down

0 comments on commit db31c51

Please sign in to comment.