summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-06 02:03:38 +0000
committerGitHub <noreply@github.com>2022-12-06 02:03:38 +0000
commitce411e12decd4f65f2b6fb567202556b67bdcfe6 (patch)
treee2a20120f2d6561a95f58e2054d110c23b7952b1
parenta4dac97b40e4a29c60d64476d69dfd50d501cec8 (diff)
Bump data-encoding from 2.3.2 to 2.3.3dependabot/cargo/data-encoding-2.3.3
Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/ia0/data-encoding/releases) - [Commits](https://github.com/ia0/data-encoding/commits) --- updated-dependencies: - dependency-name: data-encoding dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 86bf9a0..0496438 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -148,9 +148,9 @@ dependencies = [
[[package]]
name = "data-encoding"
-version = "2.3.2"
+version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
+checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "difflib"
diff --git a/Cargo.toml b/Cargo.toml
index 0c530e6..d4a6bcf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ edition = "2018"
[dependencies]
clap = { version = "3.2.20", features = ["cargo", "wrap_help"] }
ring = "0.16.20"
-data-encoding = "2.3.2"
+data-encoding = "2.3.3"
toml = "0.5.9"
serde = "1.0.144"
serde_derive = "1.0.119"