diff --git a/Cargo.lock b/Cargo.lock index 55de870..4fdea44 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3044,9 +3044,9 @@ dependencies = [ [[package]] name = "test-context" -version = "0.4.1" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cb69cce03e432993e2dc1f93f7899b952300fcb6dc44191a1b830b60b8c3c8aa" +checksum = "7d94db16dc1c321805ce55f286c4023fa58a2c9c742568f95c5cfe2e95d250d7" dependencies = [ "futures", "test-context-macros", @@ -3054,9 +3054,9 @@ dependencies = [ [[package]] name = "test-context-macros" -version = "0.4.1" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97e0639209021e54dbe19cafabfc0b5574b078c37358945e6d473eabe39bb974" +checksum = "aabcca9d2cad192cfe258cd3562b7584516191a5c9b6a0002a6bb8b75ee7d21d" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2b3fe5e..97237c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,5 +71,5 @@ openapiv3 = "2" portpicker = "0.1.1" pretty_assertions = "1" rand = "0.9" -test-context = "0.4.1" +test-context = "0.5.4" testresult = "0.4.1"