From b4ef0afc378cfd2d5d658196b467af79526bfc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 21:47:21 +0000 Subject: [PATCH] build(deps): 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 +++++----- fav_core/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 547faf6..56a64a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,9 +136,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" @@ -379,7 +379,7 @@ dependencies = [ name = "fav_core" version = "0.0.2" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "fav_derive", "futures", "http 1.1.0", @@ -994,7 +994,7 @@ version = "0.10.63" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8" dependencies = [ - "bitflags 2.4.2", + "bitflags 2.5.0", "cfg-if", "foreign-types", "libc", @@ -1372,7 +1372,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", diff --git a/fav_core/Cargo.toml b/fav_core/Cargo.toml index 5cb21ea..947e1e6 100644 --- a/fav_core/Cargo.toml +++ b/fav_core/Cargo.toml @@ -32,7 +32,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "signal", "macros"] } tokio-stream = { version = "0.1" } futures = "0.3" # utils -bitflags = "2.4" +bitflags = "2.5" # derive fav_derive = { workspace = true, optional = true } # tracing