From 20573136c8ab02a532e53ed0ef66dc30be628f05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 03:33:08 +0000 Subject: [PATCH] Bump splines from 4.4.0 to 4.4.1 Bumps splines from 4.4.0 to 4.4.1. --- updated-dependencies: - dependency-name: splines dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f6d860f..a7babe40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4579,9 +4579,9 @@ dependencies = [ [[package]] name = "splines" -version = "4.4.0" +version = "4.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35abfe290b05ab81e1773eb1849e23d024b2571640444d5024308871308ae805" +checksum = "4ef39a4cf041b421dd2b4dd2da7f30bb7059be7a1872fb4f56114b53303d0e1e" [[package]] name = "stable_deref_trait" diff --git a/Cargo.toml b/Cargo.toml index 3a48938e..4f3a7050 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ ctrlc = { version = "3.4.5", features = ["termination"] } rfd = "0.15.1" phf = "0.11.2" phf_shared = "0.11.2" -splines = "4.4.0" +splines = "4.4.1" clap = { version = "4.5.23", features = ["derive"] } [target.'cfg(windows)'.dependencies]