Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Dec 13, 2023
1 parent aa38e61 commit 2979225
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 35 deletions.
25 changes: 17 additions & 8 deletions drivers/rust/driver/Cargo.lock

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

54 changes: 27 additions & 27 deletions drivers/rust/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,48 +20,48 @@ datetime = ["pact_models/datetime"] # Support for date/time matchers and express
xml = ["pact_models/xml"] # support for matching XML documents

[dependencies]
anyhow = "1.0.70"
async-trait = "0.1.68"
backtrace = "0.3.67"
bytes = "1.4.0"
chrono = { version = "0.4.23", features = ["serde"], default-features = false }
anyhow = "1.0.75"
async-trait = "0.1.74"
backtrace = "0.3.69"
bytes = "1.5.0"
chrono = { version = "0.4.31", features = ["serde"], default-features = false }
flate2 = "1.0"
futures-util = "0.3.21"
home = "0.5.4"
indicatif = "0.17.2"
itertools = "0.10.5"
futures-util = "0.3.29"
home = "0.5.5"
indicatif = "0.17.7"
itertools = "0.12.0"
lazy_static = "1.4.0"
log = "0.4.17"
log = "0.4.20"
maplit = "1.0.2"
md5 = "0.7.0"
os_info = "3.7.0"
pact_models = { version = "~1.1.4", default-features = false }
prost = "0.11.8"
prost-types = "0.11.8"
regex = "1.7.3"
semver = "1.0.17"
serde_json = "1.0.95"
serde = { version = "1.0.159", features = ["derive"] }
sha2 = "0.10.2"
sysinfo = "0.29.2"
pact_models = { version = "~1.1.12", default-features = false }
prost = "0.11.9"
prost-types = "0.11.9"
regex = "1.10.2"
semver = "1.0.20"
serde_json = "1.0.108"
serde = { version = "1.0.193", features = ["derive"] }
sha2 = "0.10.8"
sysinfo = "0.29.11"
tar = '0.4.40'
toml = "0.7.2"
tokio = { version = "1.27.0", features = ["full"] }
tonic = "0.9.0"
toml = "0.8.8"
tokio = { version = "1.35.0", features = ["full"] }
tonic = "0.9.2"
tracing = { version = "0.1.37", features = [ "log" ] } # This needs to be the same version across all the pact libs (i.e. pact ffi)
tracing-core = "0.1.30" # This needs to be the same version across all the pact libs (i.e. pact ffi)
uuid = { version = "1.3.0", features = ["v4"] }
zip = "0.6.2"
uuid = { version = "1.6.1", features = ["v4"] }
zip = "0.6.6"

[dependencies.reqwest]
version = "0.11.16"
version = "0.11.22"
default-features = false
features = ["rustls-tls-native-roots", "json", "gzip", "deflate", "stream"]

[dev-dependencies]
env_logger = "0.10.0"
env_logger = "0.10.1"
expectest = "0.12.0"
tempdir = "0.3.7"

[build-dependencies]
tonic-build = "0.9.0"
tonic-build = "0.9.2"

0 comments on commit 2979225

Please sign in to comment.