Skip to content

Commit 127d809

Browse files
authored
Upgrade all dependencies (#1123)
We're keeping RustCrypto crates back during the hybrid array transition: - aead to 0.5.2 - aes to 0.8.4 - aes-gcm to 0.10.3 - cbc to 0.1.2 - crypto-common to 0.1.7 - digest to 0.10.7 - elliptic-curve to 0.13.8 - hkdf to 0.12.4 - hmac to 0.12.1 - sha2 to 0.10.9 - signature to 2.2.0
1 parent f1ee879 commit 127d809

145 files changed

Lines changed: 2095 additions & 1797 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/api-desc/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,4 @@
180180

181181
## 0.1.0
182182

183-
<!-- Increment to skip CHANGELOG.md test: 4 -->
183+
<!-- Increment to skip CHANGELOG.md test: 5 -->

crates/api-desc/Cargo.lock

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

crates/api-desc/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ publish = true
1414
data-encoding = { version = "2.11.0", default-features = false }
1515
data-encoding-macro = { version = "0.1.20", default-features = false }
1616
proc-macro2 = { version = "1.0.106", default-features = false }
17-
quote = { version = "1.0.45", default-features = false }
18-
syn = { version = "2.0.117", default-features = false, features = ["printing"] }
17+
quote = { version = "1.0.46", default-features = false }
18+
syn = { version = "2.0.118", default-features = false, features = ["printing"] }
1919

2020
[features]
2121
# API features.

crates/api-macro/Cargo.lock

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

crates/api/Cargo.lock

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

crates/board/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@
223223

224224
## 0.1.0
225225

226-
<!-- Increment to skip CHANGELOG.md test: 6 -->
226+
<!-- Increment to skip CHANGELOG.md test: 7 -->

crates/board/Cargo.lock

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

crates/board/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ wasefire-logger = { path = "../logger", version = "0.2.2-git" }
4343
wasefire-protocol = { path = "../protocol", version = "0.4.1-git" }
4444
wasefire-store = { path = "../store", version = "0.3.3-git", optional = true }
4545
wasefire-sync = { path = "../sync", version = "0.1.4-git" }
46-
zeroize = { version = "1.8.2", default-features = false, optional = true }
46+
zeroize = { version = "1.9.0", default-features = false, optional = true }
4747

4848
[features]
4949
std = ["wasefire-store?/std"]

crates/board/crates/syscall-test/Cargo.lock

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

crates/cli-tools/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@
126126

127127
## 0.1.0
128128

129-
<!-- Increment to skip CHANGELOG.md test: 11 -->
129+
<!-- Increment to skip CHANGELOG.md test: 12 -->

0 commit comments

Comments
 (0)