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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 962b048 commit c03ab29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zeroize = { version = "1.5", features = ["alloc"] }

# optional dependencies
sha1 = { version = "=0.11.0-pre.4", optional = true, default-features = false, features = ["oid"] }
serdect = { version = "0.2.0", optional = true }
serdect = { version = "0.3.0", optional = true }
sha2 = { version = "=0.11.0-pre.4", optional = true, default-features = false, features = ["oid"] }
serde = { version = "1.0.184", optional = true, default-features = false, features = ["derive"] }

Expand Down

0 comments on commit c03ab29

Please sign in to comment.