diff --git a/crates/integration-tests/Cargo.toml b/crates/integration-tests/Cargo.toml index cd8949272..469a3dc4a 100644 --- a/crates/integration-tests/Cargo.toml +++ b/crates/integration-tests/Cargo.toml @@ -8,7 +8,7 @@ publish = false [dependencies] newtype-uuid = { version = "1.0.1", path = "../newtype-uuid" } dropshot = { version = "0.10.0", optional = true } -expectorate = { version = "1.0.6", optional = true } +expectorate = { version = "1.1.0", optional = true } prettyplease = { version = "0.2.16", optional = true } schemars = { version = "0.8.0", optional = true } serde = { version = "1", optional = true }