build(deps): bump bitflags from 2.1.0 to 2.2.1

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.1.0 to 2.2.1.
- [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.1.0...2.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-24 17:33:50 +00:00
committed by Quentin Gliech
parent e13d07d15c
commit d48e6bf5d7
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@@ -1039,9 +1039,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.1.0"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3"
checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"
[[package]]
name = "blake2"
@@ -3466,7 +3466,7 @@ version = "0.1.0"
dependencies = [
"assert_matches",
"base64ct",
"bitflags 2.1.0",
"bitflags 2.2.1",
"bytes 1.4.0",
"chrono",
"form_urlencoded",

View File

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