Skip to content

Commit

Permalink
Remove embedded-tls patch
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 2, 2023
1 parent cb18e8a commit c40b48c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ 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.16.0", default-features = false, features = ["async"] }
embedded-tls = { version = "0.16.2", default-features = false, features = ["async"] }
reqwless = "0.9.0"

embedded-graphics.workspace = true
Expand Down Expand Up @@ -152,7 +152,6 @@ enumset = "1.1.3"
# esp32c6-hal = { path = "../../esp-hal/esp32c6-hal" }
# esp-hal-common = { path = "../../esp-hal/esp-hal-common" }
# esp-hal-procmacros = { path = "../../esp-hal/esp-hal-procmacros" }
embedded-tls = { git = "https://github.com/drogue-iot/embedded-tls.git", branch = "old" }

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

0 comments on commit c40b48c

Please sign in to comment.