From 73445c96328beb18c1829413c88c174230988228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:44:48 +0000 Subject: [PATCH] build(deps): bump the rust group with 2 updates Bumps the rust group with 2 updates: [libm](https://github.com/rust-lang/libm) and [ordered-float](https://github.com/reem/rust-ordered-float). Updates `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) Updates `ordered-float` from 4.4.0 to 4.5.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](https://github.com/reem/rust-ordered-float/compare/v4.4.0...v4.5.0) --- updated-dependencies: - dependency-name: libm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust - dependency-name: ordered-float dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- codi-core/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7296d8f..2f3143e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[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 = "memchr" @@ -197,9 +197,9 @@ checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" [[package]] name = "ordered-float" -version = "4.4.0" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83e7ccb95e240b7c9506a3d544f10d935e142cc90b0a1d56954fb44d89ad6b97" +checksum = "c65ee1f9701bf938026630b455d5315f490640234259037edb259798b3bcf85e" dependencies = [ "num-traits", ] diff --git a/codi-core/Cargo.toml b/codi-core/Cargo.toml index 840ce7f..9c7e789 100644 --- a/codi-core/Cargo.toml +++ b/codi-core/Cargo.toml @@ -10,8 +10,8 @@ description.workspace = true readme.workspace = true [dependencies] -libm = "0.2.10" -ordered-float = { version = "4.4.0", default-features = false } +libm = "0.2.11" +ordered-float = { version = "4.5.0", default-features = false } [features] default = ["std"]