@@ -134,11 +134,11 @@ flate2 = { version = "1", optional = true }
134134maud = { version = " 0.26" , optional = true }
135135nalgebra = { version = " 0.33.0" , optional = true }
136136bitflags = { version = " 2.3" , features = [" serde" ] }
137- anise = { version = " 0.6 " , optional = true }
137+ anise = { version = " 0.5.3 " , optional = true }
138138hifitime = { 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 }
142142serde = { 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