summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2024-07-02 11:46:39 +0200
committerStefan Kreutz <mail@skreutz.com>2024-07-02 11:46:39 +0200
commitf244a49c9906126decab3eab9595aaa20e949c59 (patch)
treec3fdf91312df161612fbfe8a16b09e8c7d4db539 /Cargo.toml
parente024208d265fa7e0a9c359eff260aac23501dfcc (diff)
downloadbrck-f244a49c9906126decab3eab9595aaa20e949c59.tar
Upgrade itertools
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f152902..053d992 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ ctrlc = "3.4.4"
either = "1.10.0"
flate2 = "1.0.28"
hex = { version = "0.4.3", features = ["serde"] }
-itertools = "0.12.1"
+itertools = "0.13.0"
parseq = "0.1.3"
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
Generated by cgit. See skreutz.com for my tech blog and contact information.