Skip to content

Commit 748b124

Browse files
Bump p256 from 0.9.0 to 0.10.1
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]>
1 parent d3c438f commit 748b124

File tree

3 files changed

+87
-25
lines changed

3 files changed

+87
-25
lines changed

Cargo.lock

Lines changed: 85 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bootstore/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ path = "../rpaths"
1212
bcs = "0.1.3"
1313
derive_more = "0.99.17"
1414
diesel = { version = "2.0.0-rc.1", features = ["sqlite", "uuid"] }
15-
p256 = "0.9.0"
15+
p256 = "0.10.1"
1616
# See omicron-rpaths for more about the "pq-sys" dependency.
1717
# We don't actually need `pq-sys` here, other than to satisfy
1818
# `[build-dependencies.omicron-rpaths]`, which are needed by `omicron-test-

sled-agent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ nexus-client = { path = "../nexus-client" }
2828
omicron-common = { path = "../common" }
2929
oximeter = { version = "0.1.0", path = "../oximeter/oximeter" }
3030
oximeter-producer = { version = "0.1.0", path = "../oximeter/producer" }
31-
p256 = "0.9.0"
31+
p256 = "0.10.1"
3232
percent-encoding = "2.2.0"
3333
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
3434
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "c0776be03bf0928651996eb00ad6f3665e99ebe7" }

0 commit comments

Comments
 (0)