From 5ebde234e945e3f385193fb7d76259448d711132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 12:16:34 +0000 Subject: [PATCH] Update ublox requirement from 0.3.0 to 0.4.4 Updates the requirements on [ublox](https://github.com/lkolbly/ublox) to permit the latest version. - [Commits](https://github.com/lkolbly/ublox/commits) --- 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..637eda359 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.4" rinex = { path = "../rinex", features = ["serde"] } clap = { version = "3.2.22", features = ["yaml"] }