0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/rust/svr3
Jordan Rose 85e0de9207
Update Rust dependencies
`cargo update` performed with Cargo 1.72 to avoid advancing our MSRV. assert_cmd, clap, protobuf, and protobuf-json-mapping needed to be manually held back.

Plus, explicit bumps for
- env_logger 0.11
- heck 0.5
- itertools 0.13
- num_enum 0.7
- prost 0.13
- tungstenite 0.23

And disallowing downgrading curve25519-dalek below the security update in 4.1.3.
2024-07-25 13:33:09 -07:00
..
src Use zerocopy for safe transmutes 2024-07-10 09:30:51 -04:00
build.rs Add high level PPSS API 2023-12-14 16:27:22 -08:00
Cargo.toml Update Rust dependencies 2024-07-25 13:33:09 -07:00