From f33a9ee9804f556d3ad19a73c02de0f7b6415f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:16:04 +0000 Subject: [PATCH] Update anise requirement from =0.4.2 to =0.5.0 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](https://github.com/nyx-space/anise/compare/0.4.2...0.5.0) --- updated-dependencies: - dependency-name: anise dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 005ca09..5e5c901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ polyfit-rs = "0.2" nalgebra = "=0.32.3" itertools = "0.13" nyx-space = "2.0.0-rc" -anise = { version = "=0.4.2", features = ["embed_ephem"] } +anise = { version = "=0.5.0", features = ["embed_ephem"] } hifitime = { version = "4.0", features = ["std"] } serde = { version = "1", optional = true, default-features = false, features = ["derive"] }