From 39b5c1d25158d5c6a14be18bd3fda4bf914a6164 Mon Sep 17 00:00:00 2001 From: "Guillaume W. Bres" Date: Fri, 3 Jan 2025 10:05:36 +0100 Subject: [PATCH] up Signed-off-by: Guillaume W. Bres --- binex/Cargo.toml | 2 +- qc-traits/Cargo.toml | 6 ++---- sp3/Cargo.toml | 2 -- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/binex/Cargo.toml b/binex/Cargo.toml index f888da060..6dbcb33f4 100644 --- a/binex/Cargo.toml +++ b/binex/Cargo.toml @@ -24,7 +24,7 @@ md-5 = "0.10" thiserror = "1" lazy_static = "1.4" flate2 = { version = "1.0.34", optional = true } -hifitime = { version = "4.0.0", features = ["serde", "std"] } +hifitime = { version = "4.0", features = ["serde", "std"] } [dev-dependencies] criterion = "0.5.1" diff --git a/qc-traits/Cargo.toml b/qc-traits/Cargo.toml index 0fdbb306f..16faef732 100644 --- a/qc-traits/Cargo.toml +++ b/qc-traits/Cargo.toml @@ -26,7 +26,5 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"] [dependencies] thiserror = "1" -hifitime = { version = "4.0.0", optional = true } - -# gnss-rs = { version = "2.2.3", features = ["serde", "domes", "cospar"], optional = true } -gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde", "domes", "cospar"], optional = true } +hifitime = { version = "4.0", optional = true } +gnss-rs = { version = "2.3.1", features = ["serde", "domes", "cospar"], optional = true } diff --git a/sp3/Cargo.toml b/sp3/Cargo.toml index 50b874c00..087044d96 100644 --- a/sp3/Cargo.toml +++ b/sp3/Cargo.toml @@ -40,8 +40,6 @@ hifitime = "4.0" rinex-qc-traits = { path = "../qc-traits", version = "=0.2", optional = true } serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] } flate2 = { version = "1.0.24", optional = true, default-features = false, features = ["zlib"] } - gnss-rs = { version = "2.3.1", features = ["serde"] } -# gnss-rs = { git = "https://github.com/rtk-rs/gnss", branch = "main", features = ["serde"] } [dev-dependencies]