diff --git a/Cargo.lock b/Cargo.lock index cb5aa36..b18a6a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3033,9 +3033,9 @@ dependencies = [ [[package]] name = "test-context" -version = "0.3.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6676ab8513edfd2601a108621103fdb45cac9098305ca25ec93f7023b06b05d9" +checksum = "cb69cce03e432993e2dc1f93f7899b952300fcb6dc44191a1b830b60b8c3c8aa" dependencies = [ "futures", "test-context-macros", @@ -3043,9 +3043,9 @@ dependencies = [ [[package]] name = "test-context-macros" -version = "0.3.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ea17a2dc368aeca6f554343ced1b1e31f76d63683fa8016e5844bd7a5144a1" +checksum = "97e0639209021e54dbe19cafabfc0b5574b078c37358945e6d473eabe39bb974" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 107320d..8693fe1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,5 +71,5 @@ openapiv3 = "2" portpicker = "0.1.1" pretty_assertions = "1" rand = "0.8" -test-context = "0.3.0" +test-context = "0.4.1" testresult = "0.4.1"