From 8a9b5ec4f202699bf8a41e47e0396f6079bd8546 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 18:30:51 +0000 Subject: [PATCH] Bump libm from 0.2.1 to 0.2.2 Bumps [libm](https://github.com/rust-lang/libm) from 0.2.1 to 0.2.2. - [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.1...0.2.2) --- 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 ae59e4b5..b7fb7844 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -182,9 +182,9 @@ checksum = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21" [[package]] name = "libm" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" +checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db" [[package]] name = "linked_list_allocator" diff --git a/Cargo.toml b/Cargo.toml index da3b7a43..cc14745a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ bootloader = { version = "0.9.21", features = ["map_physical_memory"] } float-cmp = "0.9.0" hmac = { version = "0.12.1", default-features = false } lazy_static = { version = "1.4.0", features = ["spin_no_std"] } -libm = "0.2.1" +libm = "0.2.2" linked_list_allocator = "0.9.1" littlewing = { version = "0.7.0", default-features = false } nom = { version = "7.1.1", default-features = false, features = ["alloc"] }