Skip to content

Commit

Permalink
update to latest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges760 committed Sep 7, 2024
1 parent 45855b2 commit 7633162
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ emc2101 = { version = "0.4.0", default-features = false, features = [
"defmt-03",
"async",
] }
esp-backtrace = { version = "0.14.0", features = [
esp-backtrace = { version = "0.14.1", features = [
"defmt",
"esp32s3",
"exception-handler",
Expand All @@ -49,7 +49,7 @@ esp-hal = { version = "0.20.1", features = [
] }
esp-hal-embassy = { version = "0.3.0", features = ["defmt", "esp32s3"] }
esp-println = { version = "0.11.0", features = ["defmt-espflash", "esp32s3"] }
esp-wifi = { version = "0.8.0", default-features = false, features = [
esp-wifi = { version = "0.9.1", default-features = false, features = [
"async",
"defmt",
"embassy-net",
Expand Down

0 comments on commit 7633162

Please sign in to comment.