summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
3 files changed, 9 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3f34f4..6c5dcad 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,10 @@ The format is based on [Keep A Changelog][] and this project adheres to
## Unreleased
+### Fixed
+
+- Update parseq. Fixes [RUSTSEC-2025-0024](https://rustsec.org/advisories/RUSTSEC-2025-0024).
+
## [0.1.1] - 2025-01-02
### Changed
diff --git a/Cargo.lock b/Cargo.lock
index 4051862..1e6695a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -291,9 +291,9 @@ dependencies = [
[[package]]
name = "crossbeam-channel"
-version = "0.5.14"
+version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
+checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
dependencies = [
"crossbeam-utils",
]
@@ -616,9 +616,9 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "parseq"
-version = "0.1.4"
+version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b515e30a21d6bb660cf806a1e91da8a7e7d97d92ba6555aef08c9cb0d4f2d0e2"
+checksum = "ef1a999316e9abd2ecb39d3110cb106a95cef881ffe535571e9dadd4c20437da"
dependencies = [
"crossbeam-channel",
]
diff --git a/Cargo.toml b/Cargo.toml
index 1cd4340..84ade45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ either = "1.13.0"
flate2 = "1.0.35"
hex = { version = "0.4.3", features = ["serde"] }
itertools = "0.14.0"
-parseq = "0.1.4"
+parseq = "0.1.5"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
sha2 = "0.10.8"
Generated by cgit. See skreutz.com for my tech blog and contact information.