@@ -15,53 +15,52 @@ exclude = [
1515
1616[dependencies ]
1717ansi_term = " 0.12.1"
18- anyhow = " 1.0.100 "
19- bytes = " 1.11 .1"
20- chrono = " 0.4.42 "
21- either = " 1.15 .0"
22- futures = " 0.3.31 "
23- itertools = " 0.14 .0"
18+ anyhow = " 1.0.104 "
19+ bytes = " 1.12 .1"
20+ chrono = " 0.4.45 "
21+ either = " 1.17 .0"
22+ futures = " 0.3.33 "
23+ itertools = " 0.15 .0"
2424lazy_static = " 1.5.0"
25- libc = " 0.2.180 "
26- log = " 0.4.29 "
25+ libc = " 0.2.189 "
26+ log = " 0.4.33 "
2727maplit = " 1.0.2"
2828multipart-2021 = { version = " 0.19.0" , default-features = false , features = [" client" , " mock" ] }
29- onig = { version = " 6.5.1 " , default-features = false }
29+ onig = { version = " 6.5.3 " , default-features = false }
3030# FFI Inmemory sink uses the global static `LOG_BUFFER` in the pact_matching crate. This is required to be the same
3131# version as the mock server crate
3232pact_matching = { version = " ~2.0.9" , path = " ../pact_matching" }
3333pact_mock_server = " ~2.2.4"
3434pact_models = { version = " ~1.3.13" }
3535pact-plugin-driver = { version = " ~1.1.1" }
36- pact_verifier = { version = " ~1.4.4 " , path = " ../pact_verifier" }
36+ pact_verifier = { version = " ~1.4.5 " , path = " ../pact_verifier" }
3737panic-message = " 0.3.0"
38- rand = " 0.9.2 "
38+ rand = " 0.9.5 "
3939rand_regex = " 0.18.1"
40- regex = " 1.12.2"
41- regex-syntax = " 0.8.8"
42- serde = { version = " 1.0.228" , features = [" derive" ] }
43- serde_json = " 1.0.149"
40+ regex = " 1.13.1"
41+ regex-syntax = " 0.8.11"
42+ rustls = { version = " 0.23.43" , features = [" ring" ] }
43+ serde = { version = " 1.0.229" , features = [" derive" ] }
44+ serde_json = " 1.0.151"
4445serde_urlencoded = " 0.7.1"
4546sxd-document = " 0.3.2"
46- thiserror = " 2.0.17 "
47- tokio = { version = " 1.49.0 " , features = [" full" ] }
48- tracing = " 0.1.41 " # This needs to be the same version across all the libs (i.e. plugin driver)
49- tracing-core = " 0.1.33 " # This needs to be the same version across all the pact libs (i.e. plugin driver)
47+ thiserror = " 2.0.19 "
48+ tokio = { version = " 1.53.1 " , features = [" full" ] }
49+ tracing = " 0.1.44 " # This needs to be the same version across all the libs (i.e. plugin driver)
50+ tracing-core = " 0.1.36 " # This needs to be the same version across all the pact libs (i.e. plugin driver)
5051tracing-log = " 0.2.0"
51- tracing-subscriber = { version = " 0.3.22 " , features = [" env-filter" , " tracing-log" ] }
52- uuid = { version = " 1.19 .0" , features = [" v4" ] }
53- zeroize = " 1.8.2 "
52+ tracing-subscriber = { version = " 0.3.23 " , features = [" env-filter" , " tracing-log" ] }
53+ uuid = { version = " 1.24 .0" , features = [" v4" ] }
54+ zeroize = " 1.9.0 "
5455
5556[dev-dependencies ]
5657expectest = " 0.12.0"
5758hamcrest2 = " 0.3.0"
5859pretty_assertions = " 1.4.1"
59- quickcheck = " 1.0.3"
60- reqwest = { version = " 0.13.1" , default-features = false , features = [" rustls" , " blocking" , " json" , " multipart" ] }
60+ reqwest = { version = " 0.13.4" , default-features = false , features = [" rustls-no-provider" , " blocking" , " json" , " multipart" ] }
6161rstest = " 0.26.1"
62- rustls = { version = " 0.23" , features = [" ring" ] }
63- test-log = " 0.2.19"
64- tempfile = " 3.24.0"
62+ test-log = " 0.2.21"
63+ tempfile = " 3.27.0"
6564
6665[lib ]
6766crate-type = [" cdylib" , " staticlib" , " rlib" ]
0 commit comments