summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2025-01-02 19:48:45 +0100
committerStefan Kreutz <mail@skreutz.com>2025-01-02 19:48:45 +0100
commitdc7c3e360215eda9bd2d5bbd528c4ef01b2da2e9 (patch)
tree7240802a6983f96ce4a3efd9f77a3f2a75145f16 /Cargo.toml
parent7161e034056f981e3760b6326175b1849c8dee62 (diff)
downloadbrck-dc7c3e360215eda9bd2d5bbd528c4ef01b2da2e9.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 e9dcc16..90ba0d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,7 +19,7 @@ ctrlc = "3.4.5"
either = "1.13.0"
flate2 = "1.0.35"
hex = { version = "0.4.3", features = ["serde"] }
-itertools = "0.13.0"
+itertools = "0.14.0"
parseq = "0.1.4"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
Generated by cgit. See skreutz.com for my tech blog and contact information.