Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update base64-url requirement from 2.0.0 to 3.0.0 in /az-cvm-vtpm #53

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
build(deps): update base64-url requirement in /az-cvm-vtpm
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
commit 4cfb005399f022ec31aedd766e47c906becbd637
2 changes: 1 addition & 1 deletion az-cvm-vtpm/az-tdx-vtpm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Loading