From f175b4903c5fca672854fa959b888cfe11523a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:18:30 +0000 Subject: [PATCH] Update ublox requirement from 0.3.0 to 0.4.3 Updates the requirements on [ublox](https://github.com/lkolbly/ublox) to permit the latest version. - [Commits](https://github.com/lkolbly/ublox/compare/v0.3.0...ublox-v0.4.3) --- updated-dependencies: - dependency-name: ublox dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ublox-rnx/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ublox-rnx/Cargo.toml b/ublox-rnx/Cargo.toml index a02735238..aa377b42d 100644 --- a/ublox-rnx/Cargo.toml +++ b/ublox-rnx/Cargo.toml @@ -16,6 +16,6 @@ chrono = "0.4" serde = "1.0" serde_json = "1.0" serialport = "4.2.0" -ublox = "0.3.0" +ublox = "0.4.3" rinex = { path = "../rinex", features = ["serde"] } clap = { version = "3.2.22", features = ["yaml"] }