diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 087393cd2..345713901 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2099,7 +2099,7 @@ dependencies = [ "futures", "http", "humantime", - "itertools 0.11.0", + "itertools 0.12.0", "lazy_static", "maplit", "mime", diff --git a/rust/pact_verifier/Cargo.toml b/rust/pact_verifier/Cargo.toml index 4ce2959ec..f7e4aa28d 100644 --- a/rust/pact_verifier/Cargo.toml +++ b/rust/pact_verifier/Cargo.toml @@ -29,9 +29,9 @@ base64 = "0.21.5" bytes = "1.5.0" difference = "2.0.0" futures = "0.3.29" -http = "0.2.9" +http = "0.2.11" humantime = "2.1.0" -itertools = "0.11.0" +itertools = "0.12.0" lazy_static = "1.4.0" maplit = "1.0.2" mime = "0.3.17" @@ -39,17 +39,17 @@ pact_matching = { version = "~1.1.9", path = "../pact_matching", default-feature pact_models = { version = "~1.1.17", default-features = false } pact-plugin-driver = { version = "~0.5.0", optional = true, default-features = false } regex = "1.10.2" -serde = "1.0.192" +serde = "1.0.193" serde_json = "1.0.108" -thiserror = "1.0.50" -tokio = { version = "1.33.0", features = ["full"] } +thiserror = "1.0.51" +tokio = { version = "1.35.1", features = ["full"] } tracing = "0.1.40" tracing-core = "0.1.32" -url = "2.4.1" +url = "2.5.0" urlencoding = "2.1.3" [dependencies.reqwest] -version = "0.11.22" +version = "0.11.23" default-features = false features = ["rustls-tls-native-roots", "blocking", "json"] @@ -63,10 +63,10 @@ crate-type = ["cdylib", "rlib"] [dev-dependencies] quickcheck = "1.0.3" expectest = "0.12.0" -env_logger = "0.10.0" +env_logger = "0.10.1" pact_consumer = { version = "~1.1.0", path = "../pact_consumer" } -test-log = { version = "0.2.13", features = ["trace"] } -tracing-subscriber = { version = "0.3.17", features = ["env-filter", "tracing-log", "fmt"] } +test-log = { version = "0.2.14", features = ["trace"] } +tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log", "fmt"] } chrono = "0.4.31" chrono-tz = "0.8.4" pretty_assertions = "1.4.0"