From b171c486a95e0b3212ec6dabf475b0230528540c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 04:07:43 +0000 Subject: [PATCH] Bump bitflags from 2.4.2 to 2.5.0 Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.4.2 to 2.5.0. - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](https://github.com/bitflags/bitflags/compare/2.4.2...2.5.0) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- splashsurf_lib/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cf2685..8d0ebe6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.4.2" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" +checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" [[package]] name = "bumpalo" @@ -1002,7 +1002,7 @@ version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "memchr 2.7.1", "unicase", ] @@ -1147,7 +1147,7 @@ version = "0.38.31" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "errno", "libc", "linux-raw-sys", @@ -1292,7 +1292,7 @@ version = "0.10.0" dependencies = [ "anyhow", "arrayvec", - "bitflags 2.4.2", + "bitflags 2.5.0", "bytemuck", "bytemuck_derive", "criterion", diff --git a/splashsurf_lib/Cargo.toml b/splashsurf_lib/Cargo.toml index 9c0bf2b..9ad04a1 100644 --- a/splashsurf_lib/Cargo.toml +++ b/splashsurf_lib/Cargo.toml @@ -48,7 +48,7 @@ thread_local = "1.1.4" rayon = "1.7" dashmap = "5.2.0" fxhash = "0.2" -bitflags = "2.4" +bitflags = "2.5" smallvec = { version = "1.11", features = ["union"] } arrayvec = "0.7" bytemuck = { version = "1.9", features = ["extern_crate_alloc"] }