Skip to content

Commit

Permalink
Merge of #6240
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 28, 2023
2 parents 78a0dd3 + 4a5c5db commit bc64823
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 17 deletions.
69 changes: 55 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ regex = "1.7.1"
rlimit = "0.9.1"
rocksdb = { version = "0.20.1", default_features = false, features = ["lz4"] }
serde = { version = "1.0.152", features = ["serde_derive"] }
tempfile = "3.3.0"
tempfile = "3.4.0"
thiserror = "1.0.38"

rayon = "1.6.1"
Expand Down
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ tracing-error = "0.2.0"
tracing = "0.1.37"

[dev-dependencies]
tempfile = "3.3.0"
tempfile = "3.4.0"
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ semver = "1.0.16"

# zebra-rpc needs the preserve_order feature, it also makes test results more stable
serde_json = { version = "1.0.93", features = ["preserve_order"] }
tempfile = "3.3.0"
tempfile = "3.4.0"

hyper = { version = "0.14.24", features = ["http1", "http2", "server"]}
reqwest = "0.11.14"
Expand Down

0 comments on commit bc64823

Please sign in to comment.