Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jan 20, 2024
1 parent d65931e commit bff1d57
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions rust/pact_verifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ 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"
pact_matching = { version = "~1.1.9", path = "../pact_matching", default-features = false }
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"]

Expand All @@ -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"

0 comments on commit bff1d57

Please sign in to comment.