Skip to content

Commit 50814f4

Browse files
committed
merge
Signed-off-by: Guillaume W. Bres <[email protected]>
2 parents ca0c5a4 + 04a202a commit 50814f4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ rustdoc-args = ["--cfg", "docrs", "--generate-link-to-definition"]
3232
log = "0.4"
3333
thiserror = "2"
3434

35-
strum = "0.26"
35+
strum = "0.27"
3636
strum_macros = "0.26"
37-
itertools = "0.13.0"
38-
map_3d = "0.1.5"
37+
itertools = "0.14.0"
3938
serde = { version = "1.0", default-features = false, features = ["derive"] }
4039

4140
hifitime = "4.0"
@@ -44,7 +43,7 @@ gnss-rs = { version = "2.3.3", features = ["serde"] }
4443
gnss-qc-traits = { version = "0.1.0", features = ["processing"] }
4544

4645
maud = "0.26"
47-
plotly = "0.9"
46+
plotly = "0.12"
4847

4948
rinex = { git = "https://github.com/georust/rinex", branch = "main", features = ["qc", "processing", "obs", "clock", "nav", "ionex", "serde"] }
5049

0 commit comments

Comments
 (0)