Skip to content

Commit

Permalink
chore(FFI): Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Jan 20, 2024
1 parent 1c3208e commit 6b82b19
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 55 deletions.
62 changes: 43 additions & 19 deletions rust/Cargo.lock

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

72 changes: 36 additions & 36 deletions rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,53 +15,53 @@ exclude = [

[dependencies]
ansi_term = "0.12.1"
anyhow = "1.0.70"
anyhow = "1.0.75"
bytes = "1.5.0"
chrono = "0.4.31"
chrono-tz = "0.8.4"
clap = "2.34.0"
either = "1.9.0"
env_logger = "0.10.1"
futures = "0.3.29"
itertools = "0.12.0"
lazy_static = "1.4.0"
libc = "0.2.151"
log = "0.4.20"
maplit = "1.0.2"
multipart = { version = "0.18.0", default-features = false, features = ["client", "mock"] }
onig = { version = "6.4.0", default-features = false }
pact_matching = { version = "~1.1.9", path = "../pact_matching" }
pact_models = "~1.1.17"
pact_mock_server = { version = "~1.2.4", path = "../pact_mock_server" }
pact_models = "~1.1.17"
pact-plugin-driver = "~0.5.0"
pact_verifier = { version = "~1.0.5", path = "../pact_verifier" }
libc = "0.2.141"
zeroize = "1.6.0"
thiserror = "1.0.40"
serde_json = "1.0.95"
serde = { version = "1.0.159", features = ["derive"] }
bytes = "1.4.0"
lazy_static = "1.4.0"
maplit = "1.0.2"
panic-message = "0.3.0"
rand = "0.8.5"
chrono = "0.4.24"
chrono-tz = "0.8.1"
env_logger = "0.10.0"
itertools = "0.10.5"
onig = { version = "6.4.0", default-features = false }
uuid = { version = "1.3.0", features = ["v4"] }
multipart = { version = "0.18.0", default-features = false, features = ["client", "mock"] }
rand_regex = "0.15.1"
regex = "1.10.2"
regex-syntax = "0.6.29"
clap = "2.34.0"
regex = "1.7.3"
tokio = { version = "1.27.0", features = ["full"] }
tokio-rustls = "0.24.0"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
sxd-document = "0.3.2"
either = "1.8.1"
pact-plugin-driver = "~0.5.0"
log = "0.4.17"
tracing = "0.1.37" # This needs to be the same version across all the libs (i.e. plugin driver)
tracing-core = "0.1.30" # This needs to be the same version across all the pact libs (i.e. plugin driver)
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "tracing-log"] }
tracing-log = "0.1.3"
panic-message = "0.3.0"
futures = "0.3.28"
thiserror = "1.0.51"
tokio = { version = "1.35.1", features = ["full"] }
tokio-rustls = "0.24.1"
tracing = "0.1.40" # This needs to be the same version across all the libs (i.e. plugin driver)
tracing-core = "0.1.32" # This needs to be the same version across all the pact libs (i.e. plugin driver)
tracing-log = "0.2.0"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "tracing-log"] }
uuid = { version = "1.6.1", features = ["v4"] }
zeroize = "1.7.0"

[dev-dependencies]
expectest = "0.12.0"
reqwest = { version = "0.11.16", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
reqwest = { version = "0.11.23", default-features = false, features = ["rustls-tls-native-roots", "blocking", "json"] }
quickcheck = "1.0.3"
test-log = "0.2.11"
tempfile = "3.5.0"
home = "0.5.4"
pretty_assertions = "1.3.0"
rstest = "0.17.0"
test-log = "0.2.14"
tempfile = "3.8.1"
home = "0.5.9"
pretty_assertions = "1.4.0"
rstest = "0.18.2"

[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
Expand Down

0 comments on commit 6b82b19

Please sign in to comment.