diff --git a/Cargo.toml b/Cargo.toml index 61d405d..c73ac94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,4 +4,4 @@ members = [ "ublox-short-range" ] [patch.crates-io] -atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "31a45fc" } +atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "c5caaf7" } diff --git a/ublox-short-range/Cargo.toml b/ublox-short-range/Cargo.toml index 98b5013..3097326 100644 --- a/ublox-short-range/Cargo.toml +++ b/ublox-short-range/Cargo.toml @@ -16,19 +16,19 @@ doctest = false [dependencies] # atat = { version = "0.18.0", features = ["derive", "defmt", "bytes"] } -atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "31a45fc", features = ["derive", "defmt", "bytes"] } +atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "c5caaf7", features = ["derive", "defmt", "bytes"] } heapless = { version = "^0.7", features = ["serde", "defmt-impl"] } no-std-net = { version = "^0.5", features = ["serde"] } serde = { version = "^1", default-features = false, features = ["derive"] } # ublox-sockets = { version = "0.5", features = ["defmt"] } -ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", rev = "0bc0dc1", features = ["defmt"] } +ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", rev = "b1ff942", features = ["defmt"] } hash32 = "^0.2.1" hash32-derive = "^0.1.0" defmt = { version = "0.3" } embedded-hal = "=1.0.0-rc.1" -embedded-io = "0.6" +embedded-io = "0.5" embedded-nal = "0.6.0" embassy-time = "0.1"