From 5baba03f0445fba0d7d398e43ebc2a18bc9c92a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 11:09:27 +0000 Subject: [PATCH] Bump libm from 0.2.7 to 0.2.8 Bumps [libm](https://github.com/rust-lang/libm) from 0.2.7 to 0.2.8. - [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libm/compare/0.2.7...0.2.8) --- updated-dependencies: - dependency-name: libm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11706a4..d19da8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -657,9 +657,9 @@ source = "git+https://github.com/NathanMcMillan54/novusk.git?branch=v3-branch#b1 [[package]] name = "libm" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4" +checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" [[package]] name = "libost"