From a94a575c6ea0e9a87bfdd6f7b3426b597928c753 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:07:26 +0100 Subject: [PATCH] build(deps): bump libm from 0.2.8 to 0.2.10 (#7398) Bumps [libm](https://github.com/rust-lang/libm) from 0.2.8 to 0.2.10. - [Release notes](https://github.com/rust-lang/libm/releases) - [Changelog](https://github.com/rust-lang/libm/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libm/compare/0.2.8...libm-v0.2.10) --- updated-dependencies: - dependency-name: libm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- libraries/math/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6ac47cf5ed4..4e0a039acac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2882,9 +2882,9 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" +checksum = "a00419de735aac21d53b0de5ce2c03bd3627277cf471300f27ebc89f7d828047" [[package]] name = "librocksdb-sys" diff --git a/libraries/math/Cargo.toml b/libraries/math/Cargo.toml index c9a2b72e9de..722d84d6a83 100644 --- a/libraries/math/Cargo.toml +++ b/libraries/math/Cargo.toml @@ -23,7 +23,7 @@ uint = "0.10" proptest = "1.5.0" solana-program-test = "2.0.3" solana-sdk = "2.0.3" -libm = "0.2.8" +libm = "0.2.10" [lib] crate-type = ["cdylib", "lib"]