Skip to content

Commit

Permalink
[chore(cargo)](deps): Bump signature from 2.1.0 to 2.2.0
Browse files Browse the repository at this point in the history
Bumps [signature](https://github.com/RustCrypto/traits) from 2.1.0 to 2.2.0.
- [Commits](RustCrypto/traits@signature-v2.1.0...signature-v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 1a22188 commit b9bb909
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 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 homestar-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ once_cell = { version = "1.18", default-features = false, optional = true }
proptest = { version = "1.2", optional = true }
rand = { workspace = true }
serde = { workspace = true }
signature = "2.0"
signature = "2.2"
thiserror = { workspace = true }
tracing = { workspace = true }
ucan = { workspace = true }
Expand Down

0 comments on commit b9bb909

Please sign in to comment.