From 20f0b0063970b753f6ef788504c17e556cc9818f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:40:11 +0000 Subject: [PATCH] build(deps): bump bitflags from 2.3.1 to 2.3.3 in /client Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.1 to 2.3.3. - [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.3.1...2.3.3) --- updated-dependencies: - dependency-name: bitflags dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- client/Cargo.lock | 6 +++--- client/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/Cargo.lock b/client/Cargo.lock index 5c7d73e..f949011 100644 --- a/client/Cargo.lock +++ b/client/Cargo.lock @@ -1064,9 +1064,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.3.1" +version = "2.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84" +checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" [[package]] name = "block" @@ -3591,7 +3591,7 @@ dependencies = [ "async-channel", "bevy", "bevy_egui", - "bitflags 2.3.1", + "bitflags 2.3.3", "chrono", "dotenv", "fs_extra", diff --git a/client/Cargo.toml b/client/Cargo.toml index 8d4dfd9..af12016 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -20,7 +20,7 @@ serde_json = "1.0" protocol = { path = "../protocol" } async-channel = "1.6.1" chrono = "0.4" -bitflags = "2.3.1" +bitflags = "2.3.3" reqwest = { version = "0.11.18", features = ["serde_json", "json", "blocking"] } tokio = { version = "1.28.2", features = ["rt"] }