We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c413cb commit 950e25eCopy full SHA for 950e25e
1 file changed
serdect/README.md
@@ -31,12 +31,12 @@ using a constant-time hex serialization with human-readable formats should
31
help reduce the overall timing variability.
32
33
`serdect` is tested against the following crates:
34
-- [`bincode`](https://crates.io/crates/bincode) v1
+- [`bincode`](https://crates.io/crates/bincode) v2
35
- [`ciborium`](https://crates.io/crates/ciborium) v0.2
36
- [`rmp-serde`](https://crates.io/crates/rmp-serde) v1
37
- [`serde-json-core`](https://crates.io/crates/serde-json-core) v0.5
38
- [`serde-json`](https://crates.io/crates/serde-json) v1
39
-- [`toml`](https://crates.io/crates/toml) v0.7
+- [`toml`](https://crates.io/crates/toml) v0.8
40
41
## Minimum Supported Rust Version (MSRV) Policy
42
0 commit comments