Skip to content

Commit

Permalink
build(deps): bump serdect from 0.2.0 to 0.3.0
Browse files Browse the repository at this point in the history
Bumps [serdect](https://github.com/RustCrypto/formats) from 0.2.0 to 0.3.0.
- [Commits](RustCrypto/formats@serdect/v0.2.0...serdect/v0.3.0)

---
updated-dependencies:
- dependency-name: serdect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 3780427 commit e2eb351
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
30 changes: 22 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crypto_box/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zeroize = { version = "1", default-features = false }
chacha20 = { version = "0.9", optional = true }
blake2 = { version = "0.10", optional = true, default-features = false }
salsa20 = { version = "0.10", optional = true }
serdect = { version = "0.2", optional = true, default-features = false }
serdect = { version = "0.3", optional = true, default-features = false }

[dev-dependencies]
bincode = "1"
Expand Down
2 changes: 1 addition & 1 deletion crypto_kx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ curve25519-dalek = { version = "4", default-features = false, features = ["zeroi
rand_core = "0.6.4"

# optional dependencies
serdect = { version = "0.2", optional = true, default-features = false }
serdect = { version = "0.3", optional = true, default-features = false }

[dev-dependencies]
rand_core = { version = "0.6", features = ["getrandom"] }
Expand Down

0 comments on commit e2eb351

Please sign in to comment.