diff --git a/Cargo.toml b/Cargo.toml index c73ac94..61d405d 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 = "c5caaf7" } +atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "31a45fc" } diff --git a/ublox-short-range/Cargo.toml b/ublox-short-range/Cargo.toml index 68bf8c4..98b5013 100644 --- a/ublox-short-range/Cargo.toml +++ b/ublox-short-range/Cargo.toml @@ -16,7 +16,7 @@ doctest = false [dependencies] # atat = { version = "0.18.0", features = ["derive", "defmt", "bytes"] } -atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "c5caaf7", features = ["derive", "defmt", "bytes"] } +atat = { git = "https://github.com/BlackbirdHQ/atat", rev = "31a45fc", 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"] } @@ -28,7 +28,7 @@ hash32-derive = "^0.1.0" defmt = { version = "0.3" } embedded-hal = "=1.0.0-rc.1" -embedded-io = "0.5" +embedded-io = "0.6" embedded-nal = "0.6.0" embassy-time = "0.1"