Skip to content

Commit

Permalink
chore: Upgrade zip and base64 crates
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed May 28, 2024
1 parent f8df7be commit 7a4f599
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
35 changes: 18 additions & 17 deletions drivers/rust/driver/Cargo.lock

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

4 changes: 2 additions & 2 deletions drivers/rust/driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ tonic = "0.11.0"
tracing = { version = "0.1.40", features = [ "log" ] } # This needs to be the same version across all the pact libs (i.e. pact ffi)
tracing-core = "0.1.32" # This needs to be the same version across all the pact libs (i.e. pact ffi)
uuid = { version = "1.8.0", features = ["v4"] }
zip = "1.3.1"
zip = "2.1.0"
rand = "0.8.5"
base64 = "0.21.7"
base64 = "0.22.1"

[dev-dependencies]
env_logger = "0.11.3"
Expand Down

0 comments on commit 7a4f599

Please sign in to comment.