Skip to content

Commit

Permalink
Bump p256 from 0.9.0 to 0.10.1
Browse files Browse the repository at this point in the history
Bumps [p256](https://github.com/RustCrypto/elliptic-curves) from 0.9.0 to 0.10.1.
- [Release notes](https://github.com/RustCrypto/elliptic-curves/releases)
- [Commits](RustCrypto/elliptic-curves@p256/v0.9.0...p256/v0.10.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 13, 2022
1 parent 243bd1b commit ba93200
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 29 deletions.
118 changes: 90 additions & 28 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 sled-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libc = "0.2.126"
macaddr = { version = "1.0.1", features = [ "serde_std" ] }
nexus-client = { path = "../nexus-client" }
omicron-common = { path = "../common" }
p256 = "0.9.0"
p256 = "0.10.1"
percent-encoding = "2.1.0"
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "d2b8184d11d5d5f56424fe0bee13ca03d576604e" }
Expand Down

0 comments on commit ba93200

Please sign in to comment.