summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-22 15:54:21 +0000
committerGitHub <noreply@github.com>2024-04-22 15:54:21 +0000
commit93d39b32d34e5cdb3babcd2a63026385ebf9d2ff (patch)
treea9facfea6dd8ead3c943130dd5e674d92b087b2c
parent294ff0be17ddc9999bab13a258a4773f1fcd1e7f (diff)
chore: Bump enum-iterator from 2.0.0 to 2.0.1dependabot/cargo/enum-iterator-2.0.1
Bumps [enum-iterator](https://github.com/stephaneyfx/enum-iterator) from 2.0.0 to 2.0.1. - [Commits](https://github.com/stephaneyfx/enum-iterator/compare/2.0.0...2.0.1) --- updated-dependencies: - dependency-name: enum-iterator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0005460..89b13b4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -249,18 +249,18 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
[[package]]
name = "enum-iterator"
-version = "2.0.0"
+version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "600536cfe9e2da0820aa498e570f6b2b9223eec3ce2f835c8ae4861304fa4794"
+checksum = "2e0b48d2b80ff6b002339547442496ea29d66a8c66ce8e1a6bd8c58b9cec7cf3"
dependencies = [
"enum-iterator-derive",
]
[[package]]
name = "enum-iterator-derive"
-version = "1.3.0"
+version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03cdc46ec28bd728e67540c528013c6a10eb69a02eb31078a1bda695438cbfb8"
+checksum = "c19cbb53d33b57ac4df1f0af6b92c38c107cded663c4aea9fae1189dcfc17cf5"
dependencies = [
"proc-macro2",
"quote",
diff --git a/Cargo.toml b/Cargo.toml
index b4965fd..5b7c5a8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ termion = "3.0.0"
bytesize = "1.3.0"
unicode-width = "0.1.11"
colorsys = "0.6.7"
-enum-iterator = "2.0.0"
+enum-iterator = "2.0.1"
clap = "4.5.4"
copypasta-ext = "0.4.4"