From d0904a4ef57a314980370db77f7e9a7327d5be31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 04:14:44 +0000 Subject: [PATCH] Update base64 requirement from 0.13.0 to 0.21.0 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.21.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25c211a..2446602 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,6 +17,6 @@ tiny_http = "0.11" infer = "0.7.0" clap = { version = "3.0.0-rc.8", features = ["derive"] } istor = "0.2.1" -base64 = "0.13.0" +base64 = "0.21.0" ascii = "1.0.0" ctrlc = { version = "3.0", features = ["termination"] } \ No newline at end of file