Skip to content

Commit bcc561b

Browse files
authored
Bump serdect to v0.4 (#185)
NOTE: contains breaking changes to the wire format
1 parent c140bad commit bcc561b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crypto_box/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ zeroize = { version = "1", default-features = false }
2828
chacha20 = { version = "0.10.0-rc.2", optional = true }
2929
blake2 = { version = "0.11.0-rc.2", optional = true, default-features = false }
3030
salsa20 = { version = "0.11.0-rc.1", optional = true }
31-
serdect = { version = "0.2", optional = true, default-features = false }
31+
serdect = { version = "0.4", optional = true, default-features = false }
3232

3333
[dev-dependencies]
3434
bincode = "1"

crypto_kx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ curve25519-dalek = { version = "5.0.0-pre.1", default-features = false, features
1919
rand_core = "0.9"
2020

2121
# optional dependencies
22-
serdect = { version = "0.2", optional = true, default-features = false }
22+
serdect = { version = "0.4", optional = true, default-features = false }
2323

2424
[dev-dependencies]
2525
rand_core = { version = "0.9", features = ["os_rng"] }

0 commit comments

Comments
 (0)