Skip to content

Commit 9cb3d98

Browse files
Update anise requirement from 0.5.3 to 0.6.9 (#391)
Updates the requirements on [anise](https://github.com/nyx-space/anise) to permit the latest version. - [Release notes](https://github.com/nyx-space/anise/releases) - [Commits](nyx-space/anise@0.5.3...0.6.9) --- updated-dependencies: - dependency-name: anise dependency-version: 0.6.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a10b41a commit 9cb3d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ 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.5.3", optional = true }
137+
anise = { version = "0.6.9", optional = true }
138138
hifitime = { version = "4.1", features = ["serde", "std"] }
139139
wkt = { version = "0.14", default-features = false, optional = true }
140140
gnss-rs = { version = "2.5", features = ["serde", "domes", "cospar"] }

0 commit comments

Comments
 (0)