diff --git a/Cargo.lock b/Cargo.lock index 341622e8c..a8a54ca36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index 20e3fea52..c76991dd0 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -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"