Skip to content

Commit

Permalink
chore(FFI): Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 8, 2024
1 parent 955bcbd commit 2c28d36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 73 deletions.
76 changes: 7 additions & 69 deletions rust/Cargo.lock

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

8 changes: 4 additions & 4 deletions rust/pact_ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ ansi_term = "0.12.1"
anyhow = "1.0.75"
bytes = "1.5.0"
chrono = "0.4.31"
chrono-tz = "0.8.4"
chrono-tz = "0.9.0"
clap = "2.34.0"
either = "1.9.0"
env_logger = "0.10.1"
env_logger = "0.11.3"
futures = "0.3.29"
itertools = "0.12.0"
lazy_static = "1.4.0"
Expand Down Expand Up @@ -55,13 +55,13 @@ zeroize = "1.7.0"

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

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

0 comments on commit 2c28d36

Please sign in to comment.