From 2ef8cb76da23aa7b419137017f30fae04b65a610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 04:18:01 +0000 Subject: [PATCH] Bump libm from 0.2.11 to 0.2.13 Bumps [libm](https://github.com/rust-lang/compiler-builtins) from 0.2.11 to 0.2.13. - [Release notes](https://github.com/rust-lang/compiler-builtins/releases) - [Changelog](https://github.com/rust-lang/compiler-builtins/blob/master/.release-plz.toml) - [Commits](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.11...libm-v0.2.13) --- updated-dependencies: - dependency-name: libm dependency-version: 0.2.13 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 d4694a96..310fe08b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,9 +238,9 @@ checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4" [[package]] name = "libm" -version = "0.2.11" +version = "0.2.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" +checksum = "c9627da5196e5d8ed0b0495e61e518847578da83483c37288316d9b2e03a7f72" [[package]] name = "linked_list_allocator" diff --git a/Cargo.toml b/Cargo.toml index 240c3182..835bdc67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ base64 = { version = "0.22.1", default-features = false, features = ["alloc"] } bit_field = "0.10.2" bootloader = { version = "0.9.29", features = ["map_physical_memory"] } lazy_static = { version = "1.5.0", features = ["spin_no_std"] } -libm = "0.2.11" +libm = "0.2.13" linked_list_allocator = "0.10.5" littlewing = { version = "0.7.0", default-features = false } nom = { version = "8.0.0", default-features = false, features = ["alloc"] }