build(deps): bump bitflags from 2.3.2 to 2.3.3

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.3.2 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.2...2.3.3)

---
updated-dependencies:
- dependency-name: bitflags
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-06-27 20:00:14 +00:00
committed by Quentin Gliech
parent a9e6de6ee6
commit e17a1fbb25
2 changed files with 6 additions and 6 deletions

10
Cargo.lock generated
View File

@@ -1035,9 +1035,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.3.2"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded"
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
[[package]]
name = "blake2"
@@ -2266,7 +2266,7 @@ version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27d12c0aed7f1e24276a241aadc4cb8ea9f83000f34bc062b7cc2d51e3b0fabd"
dependencies = [
"bitflags 2.3.2",
"bitflags 2.3.3",
"debugid",
"fxhash",
"serde",
@@ -3504,7 +3504,7 @@ version = "0.1.0"
dependencies = [
"assert_matches",
"base64ct",
"bitflags 2.3.2",
"bitflags 2.3.3",
"bytes 1.4.0",
"chrono",
"form_urlencoded",
@@ -6204,7 +6204,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8bd22a874a2d0b70452d5597b12c537331d49060824a95f49f108994f94aa4c"
dependencies = [
"async-compression",
"bitflags 2.3.2",
"bitflags 2.3.3",
"bytes 1.4.0",
"futures-core",
"futures-util",

View File

@@ -65,7 +65,7 @@ optional = true
[dev-dependencies]
assert_matches = "1.5.0"
bitflags = "2.3.2"
bitflags = "2.3.3"
mas-keystore = { path = "../keystore" }
rand_chacha = "0.3.1"
wiremock = "0.5.19"