Skip to content

Commit a10b41a

Browse files
authored
Update (#389)
* Internal dependencies update --------- Signed-off-by: Guillaume W. Bres <[email protected]>
1 parent 0ce95f1 commit a10b41a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ flate2 = { version = "1", optional = true }
134134
maud = { version = "0.26", optional = true }
135135
nalgebra = { version = "0.33.0", optional = true }
136136
bitflags = { version = "2.3", features = ["serde"] }
137-
anise = { version = "0.6", optional = true }
137+
anise = { version = "0.5.3", optional = true }
138138
hifitime = { version = "4.1", features = ["serde", "std"] }
139-
wkt = { version = "0.14.0", default-features = false, optional = true }
140-
gnss-rs = { version = "2.4", features = ["serde", "domes", "cospar"] }
141-
gnss-qc-traits = { version = "0.4.0", features = ["html"], optional = true }
139+
wkt = { version = "0.14", default-features = false, optional = true }
140+
gnss-rs = { version = "2.5", features = ["serde", "domes", "cospar"] }
141+
gnss-qc-traits = { version = "0.4", features = ["html"], optional = true }
142142
serde = { version = "1.0", optional = true, default-features = false, features = ["derive"] }
143143

144144
# Log is optional and our "debug" feature: use this if you're a dev.

0 commit comments

Comments
 (0)