diff --git a/Cargo.lock b/Cargo.lock index 1bd68ea..a923c18 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -273,9 +273,9 @@ checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" [[package]] name = "anyhow" -version = "1.0.2" +version = "1.0.71" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0db9345168b6570edf7372318cdcc0d24494644809e912b2546b44b81953d9" +checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" [[package]] name = "assert_cmd" diff --git a/tests/integration.rs b/tests/integration.rs index ea5fecc..19035d9 100644 --- a/tests/integration.rs +++ b/tests/integration.rs @@ -609,7 +609,6 @@ fn join_no_endpoint() { Caused by: 0: http://localhost:{port}/os/v1/config: error trying to connect: [\w\s]+ \(os error \d+\) 1: [\w\s]+ \(os error \d+\) - "#, )); @@ -684,7 +683,6 @@ fn incompatible_device_types() { Caused by: Expected `deviceType` raspberrypi3, got incompatible-device-type - ", );