Skip to content

Commit

Permalink
Upgrade all dependencies (#227)
Browse files Browse the repository at this point in the history
Kept the following a bit behind:
- `third_party/WebAssembly/spec` because of
bytecodealliance/wasm-tools#1213
- `generic-array` because RustCrypto don't use the 1.0.0 yet
  • Loading branch information
ia0 authored Sep 23, 2023
1 parent f587f60 commit 18f2e85
Show file tree
Hide file tree
Showing 66 changed files with 1,545 additions and 1,768 deletions.
2 changes: 1 addition & 1 deletion crates/api-desc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@

## 0.1.0

<!-- Increment to skip CHANGELOG.md test: 7 -->
<!-- Increment to skip CHANGELOG.md test: 8 -->
49 changes: 21 additions & 28 deletions crates/api-desc/Cargo.lock

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

8 changes: 4 additions & 4 deletions crates/api-desc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ keywords = ["embedded", "framework", "no-std", "wasm"]
categories = ["embedded", "no-std", "wasm"]

[dependencies]
anyhow = { version = "1.0.72", default-features = false, features = ["std"] }
clap = { version = "4.3.21", default-features = false, features = ["derive", "std"] }
anyhow = { version = "1.0.75", default-features = false, features = ["std"] }
clap = { version = "4.4.4", default-features = false, features = ["derive", "std"] }
data-encoding = { version = "2.4.0", default-features = false }
data-encoding-macro = { version = "0.1.13", default-features = false }
proc-macro2 = { version = "1.0.66", default-features = false }
quote = { version = "1.0.32", default-features = false }
proc-macro2 = { version = "1.0.67", default-features = false }
quote = { version = "1.0.33", default-features = false }

[features]
multivalue = []
2 changes: 1 addition & 1 deletion crates/api-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@

## 0.1.0

<!-- Increment to skip CHANGELOG.md test: 2 -->
<!-- Increment to skip CHANGELOG.md test: 3 -->
49 changes: 21 additions & 28 deletions crates/api-macro/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 crates/api-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ categories = ["embedded", "no-std", "wasm"]
proc-macro = true

[dependencies]
proc-macro2 = { version = "1.0.66", default-features = false }
proc-macro2 = { version = "1.0.67", default-features = false }
wasefire-applet-api-desc = { version = "=0.1.4-git", path = "../api-desc" }

[features]
Expand Down
4 changes: 4 additions & 0 deletions crates/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

- Update `wasefire-applet-api-macro` version

### Patch

- Update dependencies

## 0.3.0

### Major
Expand Down
Loading

0 comments on commit 18f2e85

Please sign in to comment.