Skip to content

Commit

Permalink
build(deps): update siphasher requirement from 0.3.10 to 1.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [siphasher](https://github.com/jedisct1/rust-siphash) to permit the latest version.
- [Commits](jedisct1/rust-siphash@0.3.10...1.0.0)

---
updated-dependencies:
- dependency-name: siphasher
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and domodwyer committed Aug 23, 2023
1 parent ac371ee commit 9401f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["data-structures", "cryptography"]

[dependencies]
base64 = { version = "0.21.2", optional = true }
siphasher = "0.3.10"
siphasher = "1.0.0"
tracing = { version = "0.1.37", optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 9401f40

Please sign in to comment.