From c0e975326c9bb861bc3179c10b9478f1f5021455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:13:55 -0400 Subject: [PATCH] Bump libm from 0.2.8 to 0.2.9 (#2429) Bumps [libm](https://github.com/rust-lang/libm) from 0.2.8 to 0.2.9. - [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.9) --- 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 803c70aa35..594c02e0cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3510,9 +3510,9 @@ dependencies = [ [[package]] name = "libm" -version = "0.2.8" +version = "0.2.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" +checksum = "3bda4c6077b0b08da2c48b172195795498381a7c8988c9e6212a6c55c5b9bd70" [[package]] name = "libredox" diff --git a/Cargo.toml b/Cargo.toml index af68c1b44d..e77bbb875f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ hound = "3.5.1" image = "0.25.2" indicatif = "0.17.8" js-sys = "0.3.69" -libm = "0.2.8" +libm = "0.2.9" log = { default-features = false, version = "0.4.22" } md5 = "0.7.0" percent-encoding = "2.3.1"