Skip to content

Commit

Permalink
Update esp-wifi, tls and reqwless
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 16, 2023
1 parent f68f67a commit 915e3e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ replace_with = { version = "0.1", default-features = false, features = [
] }
static_cell = { version = "1.2.0", features = ["nightly"] }
bad-server = { path = "bad-server", features = ["embassy"] }
embedded-tls = { version = "0.14.2", default-features = false, features = ["async"] }
reqwless = "0.6.0"
embedded-tls = { version = "0.16.0", default-features = false, features = ["async"] }
reqwless = "0.8.0"

embedded-graphics = { workspace = true }
embedded-hal = { workspace = true }
Expand Down Expand Up @@ -147,8 +147,8 @@ esp32s3-hal = { git = "https://github.com/esp-rs/esp-hal.git", rev = "44e968f7a8
# esp32s3-hal = { path = "../../esp-hal/esp32s3-hal" }
# esp-hal-common = { path = "../../esp-hal/esp-hal-common" }

# [patch.'https://github.com/esp-rs/esp-wifi.git']
# esp-wifi = { path = "../esp-wifi/esp-wifi" }
[patch.'https://github.com/esp-rs/esp-wifi.git']
esp-wifi = { path = "../esp-wifi/esp-wifi" }

[features]
default = ["esp32s3", "defmt"]
Expand Down

0 comments on commit 915e3e4

Please sign in to comment.