From aec722624566afd2eb6dd9e706577dc2d1b3c6a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:02:04 +0100 Subject: [PATCH] Bump libm from 0.2.10 to 0.2.11 in /synth (#23) Bumps [libm](https://github.com/rust-lang/libm) from 0.2.10 to 0.2.11. - [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/libm-v0.2.10...libm-v0.2.11) --- 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> --- synth/Cargo.lock | 4 ++-- synth/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/synth/Cargo.lock b/synth/Cargo.lock index d336b67..6426d7d 100644 --- a/synth/Cargo.lock +++ b/synth/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "libm" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00419de735aac21d53b0de5ce2c03bd3627277cf471300f27ebc89f7d828047" +checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" [[package]] name = "synth" diff --git a/synth/Cargo.toml b/synth/Cargo.toml index 4ac7f93..834ffce 100644 --- a/synth/Cargo.toml +++ b/synth/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libm = "0.2.10" +libm = "0.2.11"