Skip to content

Commit a114647

Browse files
chore(deps): update base64-url requirement from 2.0.0 to 3.0.0 (#88)
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>
1 parent ee19195 commit a114647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastly-edge-assignments/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
publish = false
88

99
[dependencies]
10-
base64-url = "2.0.0"
10+
base64-url = "3.0.0"
1111
chrono = "0.4.19"
1212
eppo_core = { version = "=4.1.1", path = "../eppo_core" }
1313
fastly = "0.11.0"

0 commit comments

Comments
 (0)