From 50f657261a08c3f98c16d9eeb1ceb9b127234064 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 14:38:55 +0000 Subject: [PATCH] Bump base16ct from 0.1.1 to 0.2.0 Bumps [base16ct](https://github.com/RustCrypto/formats) from 0.1.1 to 0.2.0. - [Commits](https://github.com/RustCrypto/formats/compare/base16ct/v0.1.1...base16ct/v0.2.0) --- updated-dependencies: - dependency-name: base16ct dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- mountpoint-s3/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a28c708e6..a29697960 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -604,9 +604,9 @@ dependencies = [ [[package]] name = "base16ct" -version = "0.1.1" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" +checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" [[package]] name = "base64" diff --git a/mountpoint-s3/Cargo.toml b/mountpoint-s3/Cargo.toml index 25a648b34..1cf6c444e 100644 --- a/mountpoint-s3/Cargo.toml +++ b/mountpoint-s3/Cargo.toml @@ -37,7 +37,7 @@ assert_cmd = "2.0.6" assert_fs = "1.0.9" aws-config = "0.54.1" aws-sdk-s3 = "0.24.0" -base16ct = { version = "0.1.1", features = ["alloc"] } +base16ct = { version = "0.2.0", features = ["alloc"] } ctor = "0.1.23" predicates = "2.1.2" proptest = "1.0.0"