Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Sep 3, 2024
1 parent c0a0432 commit 88a7f06
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions drivers/rust/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ xml = ["pact_models/xml"] # support for matching XML documents

[dependencies]
anyhow = "1.0.86"
async-trait = "0.1.81"
async-trait = "0.1.82"
backtrace = "0.3.73"
bytes = "1.6.1"
bytes = "1.7.1"
chrono = { version = "0.4.38", features = ["serde"], default-features = false }
flate2 = "1.0.30"
flate2 = "1.0.33"
futures-util = "0.3.30"
home = "0.5.9"
indicatif = "0.17.8"
Expand All @@ -36,29 +36,29 @@ maplit = "1.0.2"
md5 = "0.7.0"
os_info = "3.8.2"
pact_models = { version = "~1.2.4", default-features = false }
prost = "0.13.1"
prost-types = "0.13.1"
regex = "1.10.5"
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls-native-roots", "json", "gzip", "deflate", "stream"] }
prost = "0.13.2"
prost-types = "0.13.2"
regex = "1.10.6"
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls-native-roots", "json", "gzip", "deflate", "stream"] }
semver = "1.0.23"
serde_json = "1.0.120"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.127"
serde = { version = "1.0.209", features = ["derive"] }
sha2 = "0.10.8"
sysinfo = "0.30.13"
tar = "0.4.41"
toml = "0.8.14"
tokio = { version = "1.38.0", features = ["full"] }
tonic = "0.12.0"
toml = "0.8.19"
tokio = { version = "1.40.0", features = ["full"] }
tonic = "0.12.2"
tracing = { version = "0.1.40", features = [ "log" ] }
tracing-core = "0.1.32"
uuid = { version = "1.10.0", features = ["v4"] }
zip = "2.1.3"
zip = "2.2.0"

[dev-dependencies]
env_logger = "0.11.3"
env_logger = "0.11.5"
expectest = "0.12.0"
tempdir = "0.3.7"
test-log = "0.2.16"

[build-dependencies]
tonic-build = "0.12.0"
tonic-build = "0.12.2"

0 comments on commit 88a7f06

Please sign in to comment.