Skip to content

Commit

Permalink
SFT-3632: Update Cargo dependencies.
Browse files Browse the repository at this point in the history
* extmod/foundation-rust/Cargo.lock: Regenerate file.
* extmod/foundation-rust/Cargo.toml (dependencies)
<foundation-ur>: Update to 0.2.
<foundation-urtypes>: Update to 0.3.
<minicbor>: Update to 0.24.
  • Loading branch information
jeandudey committed May 21, 2024
1 parent f11cacb commit cce1c41
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 39 deletions.
85 changes: 49 additions & 36 deletions extmod/foundation-rust/Cargo.lock

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

6 changes: 3 additions & 3 deletions extmod/foundation-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ features = ["small-hash"]
default-features = false

[dependencies.minicbor]
version = "0.20"
version = "0.24"
default-features = false

[dependencies.heapless]
Expand All @@ -29,11 +29,11 @@ version = "1"
default-features = false

[dependencies.foundation-ur]
version = "0.1"
version = "0.2"
default-features = false

[dependencies.foundation-urtypes]
version = "0.2"
version = "0.3"
default-features = false

[target.'cfg(target_arch = "arm")'.dependencies.cortex-m]
Expand Down

0 comments on commit cce1c41

Please sign in to comment.