Skip to content

Commit 2512378

Browse files
authored
Upgrade all dependencies (#932)
We're holding 2 things behind: - The toolchain because of rust-lang/rust#146974. We'll wait until rust-lang/cargo#16041 is fixed to update. - The WebAssembly spec because non-trivial changes might be needed to update the interpreter (or at least the test-suite).
1 parent 04d8dfd commit 2512378

File tree

150 files changed

+2524
-3168
lines changed

Some content is hidden

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

150 files changed

+2524
-3168
lines changed

book/book.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[book]
22
authors = ["Julien Cretin <[email protected]>"]
33
language = "en"
4-
multilingual = false
54
src = "src"
65
title = "Wasefire"
76

crates/api-desc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.2.3-git
4+
5+
### Patch
6+
7+
- Update dependencies
8+
39
## 0.2.2
410

511
### Minor

crates/api-desc/Cargo.lock

Lines changed: 5 additions & 5 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasefire-applet-api-desc"
3-
version = "0.2.2"
3+
version = "0.2.3-git"
44
authors = ["Julien Cretin <[email protected]>"]
55
license = "Apache-2.0"
66
publish = true
@@ -15,7 +15,7 @@ categories = ["embedded", "no-std", "wasm"]
1515
data-encoding = { version = "2.9.0", default-features = false }
1616
data-encoding-macro = { version = "0.1.18", default-features = false }
1717
proc-macro2 = { version = "1.0.101", default-features = false }
18-
quote = { version = "1.0.40", default-features = false }
18+
quote = { version = "1.0.41", default-features = false }
1919
syn = { version = "2.0.106", default-features = false, features = ["printing"] }
2020

2121
[features]

crates/api-desc/crates/update/Cargo.lock

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

crates/api-desc/crates/update/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ publish = false
77
edition = "2024"
88

99
[dependencies]
10-
anyhow = { version = "1.0.99", default-features = false, features = ["std"] }
11-
clap = { version = "4.5.46", default-features = false, features = ["derive", "std"] }
10+
anyhow = { version = "1.0.100", default-features = false, features = ["std"] }
11+
clap = { version = "4.5.48", default-features = false, features = ["derive", "std"] }
1212
wasefire-applet-api-desc = { path = "../.." }
1313

1414
[lints]

crates/api-macro/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.1-git
4+
5+
### Patch
6+
7+
- Update dependencies
8+
39
## 0.8.0
410

511
### Major

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-macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasefire-applet-api-macro"
3-
version = "0.8.0"
3+
version = "0.8.1-git"
44
authors = ["Julien Cretin <[email protected]>"]
55
license = "Apache-2.0"
66
publish = true
@@ -15,7 +15,7 @@ categories = ["embedded", "no-std", "wasm"]
1515
proc-macro = true
1616

1717
[dependencies]
18-
wasefire-applet-api-desc = { version = "=0.2.2", path = "../api-desc" }
18+
wasefire-applet-api-desc = { version = "=0.2.3-git", path = "../api-desc" }
1919

2020
[features]
2121
api-button = ["wasefire-applet-api-desc/api-button"]

crates/api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.8.1-git
4+
5+
### Patch
6+
7+
- Update dependencies
8+
39
## 0.8.0
410

511
### Major

0 commit comments

Comments
 (0)