diff --git a/Cargo.toml b/Cargo.toml index 11fd15f..62d1866 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ atat = { version = "0.23", features = ["derive", "bytes"] } heapless = { version = "^0.8", features = ["serde"] } serde = { version = "^1", default-features = false, features = ["derive"] } -# ublox-sockets = { version = "0.5", optional = true } ublox-sockets = { git = "https://github.com/FactbirdHQ/ublox-sockets", rev = "0b0d186", optional = true } portable-atomic = "1.6" @@ -36,7 +35,7 @@ futures-util = { version = "0.3.29", default-features = false } embedded-io-async = "0.6" -embassy-net-ppp = { version = "0.1", optional = true } +embassy-net-ppp = { version = "0.2", optional = true } embassy-net = { version = "0.6", features = [ "proto-ipv4", "medium-ip", @@ -83,14 +82,4 @@ exclude = ["examples"] [patch.crates-io] atat = { git = "https://github.com/FactbirdHQ/atat", rev = "c31f700" } -# atat = { path = "../atat/atat" } - -# embassy-futures = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" } -# embassy-time = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" } -# embassy-time-driver = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" } -# embassy-time-queue-driver = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" } -# embassy-net = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" } -# embassy-net-driver = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" } -# embassy-net-driver-channel = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" } -embassy-net-ppp = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" } -# embassy-sync = { git = "https://github.com/embassy-rs/embassy", rev = "a991cd6" } \ No newline at end of file +# atat = { path = "../atat/atat" } \ No newline at end of file