Skip to content

Commit

Permalink
update all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Aug 17, 2024
1 parent 7a99065 commit 2a64880
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 42 deletions.
93 changes: 59 additions & 34 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ cfg-match = "0.2.1"
constcat = "0.5.0"
default-env = "0.1.1"
embedded-io = "0.6.1"
goblin = { version = "0.8.1", default-features = false, features = ["elf32", "elf64"] }
goblin = { version = "0.8.2", default-features = false, features = ["elf32", "elf64"] }
heapless = "0.8.0"
linux-raw-sys = { version = "0.6.4", default-features = false, features = ["no_std", "general", "errno"] }
log = "0.4.21"
linux-raw-sys = { version = "0.6.5", default-features = false, features = ["no_std", "general", "errno"] }
log = "0.4.22"

[build-dependencies]
cc = "1.0.95"
cc = "1.1.13"

[dev-dependencies]
cc = "1.0.95"
lazy_static = "1.4.0"
rstest = { version = "0.21.0", default-features = false }
tempfile = "3.10.1"
cc = "1.1.13"
lazy_static = "1.5.0"
rstest = { version = "0.22.0", default-features = false }
tempfile = "3.12.0"

[profile.dev]
panic = "abort"
Expand Down

0 comments on commit 2a64880

Please sign in to comment.