From bfea2e11fac7110882985c1a8b70da879feededb Mon Sep 17 00:00:00 2001 From: Mathias Date: Mon, 4 Dec 2023 12:28:15 +0100 Subject: [PATCH] Bump ublox-sockets version --- ublox-short-range/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ublox-short-range/Cargo.toml b/ublox-short-range/Cargo.toml index 3097326..68bf8c4 100644 --- a/ublox-short-range/Cargo.toml +++ b/ublox-short-range/Cargo.toml @@ -21,7 +21,7 @@ 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 = "b1ff942", features = ["defmt"] } +ublox-sockets = { git = "https://github.com/BlackbirdHQ/ublox-sockets", rev = "0bc0dc1", features = ["defmt"] } hash32 = "^0.2.1" hash32-derive = "^0.1.0"