diff --git a/Cargo.lock b/Cargo.lock index 7cc5a9f..6292ab2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -283,16 +283,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" dependencies = [ - "bit-vec 0.8.0", -] - -[[package]] -name = "bit-set" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd" -dependencies = [ - "bit-vec 0.9.1", + "bit-vec", ] [[package]] @@ -301,12 +292,6 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" -[[package]] -name = "bit-vec" -version = "0.9.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51" - [[package]] name = "bitflags" version = "2.13.0" @@ -1262,7 +1247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2158,36 +2143,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba4ebbd48ce411c1d10fb35185f5a51a7bfa3d8b24b4e330d30c9e3a34129501" dependencies = [ "ascii-canvas", - "bit-set 0.8.0", + "bit-set", "ena", "itertools 0.14.0", - "lalrpop-util 0.22.2", + "lalrpop-util", "petgraph 0.7.1", "regex", "regex-syntax", "sha3 0.10.9", - "string_cache 0.8.9", - "term", - "unicode-xid", - "walkdir", -] - -[[package]] -name = "lalrpop" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "98a80a963123205c7157323c99611bc4abb65dcbd62ef46dc4bac74a3941bc75" -dependencies = [ - "ascii-canvas", - "bit-set 0.9.1", - "ena", - "itertools 0.14.0", - "lalrpop-util 0.23.1", - "petgraph 0.8.3", - "regex", - "regex-syntax", - "sha3 0.10.9", - "string_cache 0.9.0", + "string_cache", "term", "unicode-xid", "walkdir", @@ -2203,15 +2167,6 @@ dependencies = [ "rustversion", ] -[[package]] -name = "lalrpop-util" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "884f3e747ed2dcee867cda1b0c31a048f9e20de2d916a248949319921a2e666e" -dependencies = [ - "regex-automata", -] - [[package]] name = "lazy_static" version = "1.5.0" @@ -2495,7 +2450,7 @@ version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "51e219e79014df21a225b1860a479e2dcd7cbd9130f4defd4bd0e191ea31d67d" dependencies = [ - "base64 0.22.1", + "base64 0.21.7", "chrono", "getrandom 0.2.17", "http", @@ -2933,15 +2888,6 @@ dependencies = [ "siphasher", ] -[[package]] -name = "phf_shared" -version = "0.13.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" -dependencies = [ - "siphasher", -] - [[package]] name = "pin-project" version = "1.1.13" @@ -3116,7 +3062,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042" dependencies = [ "heck", - "itertools 0.14.0", + "itertools 0.10.5", "log", "multimap", "petgraph 0.8.3", @@ -3135,7 +3081,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf" dependencies = [ "anyhow", - "itertools 0.14.0", + "itertools 0.10.5", "proc-macro2", "quote", "syn", @@ -3239,7 +3185,7 @@ dependencies = [ "once_cell", "socket2", "tracing", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3571,7 +3517,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3630,7 +3576,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3813,14 +3759,14 @@ dependencies = [ "anyhow", "chrono", "futures", - "lalrpop 0.22.2", - "lalrpop-util 0.22.2", + "lalrpop", + "lalrpop-util", "libc", "sequoia-ipc", "sequoia-openpgp", "stfu8", "tempfile", - "thiserror 2.0.18", + "thiserror 1.0.69", "tokio", ] @@ -3836,14 +3782,14 @@ dependencies = [ "ctor", "dirs", "fs2", - "lalrpop 0.22.2", - "lalrpop-util 0.22.2", + "lalrpop", + "lalrpop-util", "libc", "memsec", "sequoia-openpgp", "socket2", "tempfile", - "thiserror 2.0.18", + "thiserror 1.0.69", "tokio", "tokio-util", "winapi", @@ -3851,15 +3797,15 @@ dependencies = [ [[package]] name = "sequoia-openpgp" -version = "2.4.0" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e421679c8175ef4674d913af7fdb8ad0078c8a2599db633ad0b4d02a06b2cb3c" +checksum = "0fbc8f9818a6fad141d85993777ba298ee52c80a09bd23d45dda461a6b7c83cb" dependencies = [ "aes", "aes-gcm", "anyhow", "argon2", - "base64 0.22.1", + "base64 0.21.7", "block-padding", "blowfish", "buffered-reader", @@ -3883,8 +3829,8 @@ dependencies = [ "hkdf", "idea", "idna", - "lalrpop 0.23.1", - "lalrpop-util 0.23.1", + "lalrpop", + "lalrpop-util", "libc", "md-5", "memsec", @@ -3906,7 +3852,7 @@ dependencies = [ "sha2 0.10.9", "sha3 0.10.9", "slh-dsa", - "thiserror 2.0.18", + "thiserror 1.0.69", "twofish", "typenum", "x25519-dalek", @@ -4402,19 +4348,7 @@ checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" dependencies = [ "new_debug_unreachable", "parking_lot", - "phf_shared 0.11.3", - "precomputed-hash", -] - -[[package]] -name = "string_cache" -version = "0.9.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901" -dependencies = [ - "new_debug_unreachable", - "parking_lot", - "phf_shared 0.13.1", + "phf_shared", "precomputed-hash", ] @@ -4495,7 +4429,7 @@ dependencies = [ "getrandom 0.4.3", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -5207,7 +5141,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]]