diff --git a/Cargo.lock b/Cargo.lock index fd2f62c..8966337 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1607,9 +1607,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.16" +version = "0.11.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254" +checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55" dependencies = [ "base64 0.21.0", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 7ffb7f2..7204e20 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ uuid = { version = "1.3.0", features = ["serde"] } [dev-dependencies] cucumber = "0.19.1" -reqwest = { version = "0.11.16", features = ["json"] } +reqwest = { version = "0.11.18", features = ["json"] } [[test]] name = "cucumber"