Skip to content

Commit

Permalink
Bump signature from 1.6.0 to 1.6.3 (#2511)
Browse files Browse the repository at this point in the history
* Bump signature from 1.6.0 to 1.6.1

Bumps [signature](https://github.com/RustCrypto/traits) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](RustCrypto/traits@signature-v1.6.0...signature/v1.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Update signature version for lock files in enclaves

* Bump signature to 1.6.3

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nick Santana <nick@mobilecoin.com>
  • Loading branch information
dependabot[bot] and nick-mobilecoin committed Oct 3, 2022
1 parent 4ab4ad4 commit ab8847a
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 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.

4 changes: 2 additions & 2 deletions consensus/enclave/trusted/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 crypto/digestible/signature/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ default = [ "alloc", "derive", "dalek" ]
mc-crypto-digestible = { path = "..", default_features = false }

schnorrkel-og = { version = "0.11.0-pre.0", default-features = false }
signature = { version = "1.6.0", default-features = false }
signature = { version = "1.6.3", default-features = false }
2 changes: 1 addition & 1 deletion crypto/keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ rand_hc = "0.3"
schnorrkel-og = { version = "0.11.0-pre.0", default-features = false }
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
sha2 = { version = "0.10", default-features = false }
signature = { version = "1.6.0", default-features = false, features = ["digest-preview"] }
signature = { version = "1.6.3", default-features = false, features = ["digest-preview"] }
static_assertions = "1.1.0"
subtle = { version = "2", default-features = false }
x25519-dalek = { version = "2.0.0-pre.2", default-features = false }
Expand Down
4 changes: 2 additions & 2 deletions fog/ingest/enclave/trusted/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions fog/ledger/enclave/trusted/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 fog/report/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pem = "1.1"
prost = "0.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
signature = "1.6.0"
signature = "1.6.3"
x509-signature = "0.5"
zeroize = "1"

Expand Down
2 changes: 1 addition & 1 deletion fog/sig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mc-fog-sig-report = { path = "./report" }

displaydoc = "0.2"
pem = "1.1"
signature = { version = "1.6.0" }
signature = { version = "1.6.3" }
x509-signature = "0.5"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion fog/sig/authority/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "Create and verify fog authority signatures"
[dependencies]
mc-crypto-keys = { path = "../../../crypto/keys", default-features = false }

signature = { version = "1.6.0", default-features = false, features = ["digest-preview"] }
signature = { version = "1.6.3", default-features = false, features = ["digest-preview"] }

[dev-dependencies]
mc-util-from-random = { path = "../../../util/from-random" }
Expand Down
2 changes: 1 addition & 1 deletion fog/sig/report/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mc-crypto-keys = { path = "../../../crypto/keys", default-features = false }
mc-fog-report-types = { path = "../../report/types", default-features = false }

displaydoc = { version = "0.2", default-features = false }
signature = { version = "1.6.0" }
signature = { version = "1.6.3" }

[dev-dependencies]
mc-util-from-random = { path = "../../../util/from-random" }
Expand Down
4 changes: 2 additions & 2 deletions fog/view/enclave/trusted/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab8847a

Please sign in to comment.