Skip to content

Commit

Permalink
Upgrade all dependencies (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ia0 authored Aug 11, 2023
1 parent dfc00f4 commit 8948eac
Show file tree
Hide file tree
Showing 74 changed files with 2,065 additions and 1,424 deletions.
1 change: 1 addition & 0 deletions crates/api-desc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Patch

- Update dependencies
- Add `crypto::gcm::tag_length()` function
- Use `*const u8` instead of `*mut u8` for opaque data

Expand Down
45 changes: 19 additions & 26 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.71", default-features = false, features = ["std"] }
clap = { version = "4.3.4", default-features = false, features = ["derive", "std"] }
anyhow = { version = "1.0.72", default-features = false, features = ["std"] }
clap = { version = "4.3.21", 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.60", default-features = false }
quote = { version = "1.0.28", default-features = false }
proc-macro2 = { version = "1.0.66", default-features = false }
quote = { version = "1.0.32", default-features = false }

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

- Update `wasefire-applet-api-desc` version

### Patch

- Update dependencies

## 0.3.0

### Major
Expand Down
45 changes: 19 additions & 26 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.60", default-features = false }
proc-macro2 = { version = "1.0.66", default-features = false }
wasefire-applet-api-desc = { version = "=0.1.4-git", path = "../api-desc" }

[features]
Expand Down
47 changes: 20 additions & 27 deletions crates/api/Cargo.lock

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

Loading

0 comments on commit 8948eac

Please sign in to comment.