Skip to content

Commit a3e19b4

Browse files
deps: update base64ct requirement from =1.8.1 to =1.8.3 in /backend
Updates the requirements on [base64ct](https://github.com/RustCrypto/formats) to permit the latest version. - [Commits](https://github.com/RustCrypto/formats/commits/base64ct/v1.8.3) --- updated-dependencies: - dependency-name: base64ct dependency-version: 1.8.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 15aa151 commit a3e19b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ rand = "0.8"
5151
version = "=0.5.12"
5252

5353
[dependencies.base64ct]
54-
version = "=1.8.1"
54+
version = "=1.8.3"
5555
default-features = false
5656
features = ["alloc"]
5757

0 commit comments

Comments
 (0)