From c0a5357b32696009adf94337ea6615ec183b3755 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 04:56:20 +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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a58ad463..c1ea43f25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -248,9 +248,9 @@ checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317" [[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 = "linked_list_allocator" diff --git a/Cargo.toml b/Cargo.toml index 18fb9f359..7f797979e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ base64 = { version = "0.13.1", default-features = false } bit_field = "0.10.2" bootloader = { version = "0.9.23", features = ["map_physical_memory"] } lazy_static = { version = "1.4.0", features = ["spin_no_std"] } -libm = "0.2.7" +libm = "0.2.8" linked_list_allocator = "0.10.5" littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.3", default-features = false, features = ["alloc"] }