Skip to content

Commit 3a8cf51

Browse files
committed
chore: manual upgrade 'httpmock' crate to '0.7.0'
1 parent 56187b1 commit 3a8cf51

File tree

4 files changed

+17
-113
lines changed

4 files changed

+17
-113
lines changed

Cargo.lock

Lines changed: 14 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mithril-aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ warp = "0.3.6"
4545
zstd = { version = "0.13.0", features = ["zstdmt"] }
4646

4747
[dev-dependencies]
48-
httpmock = "0.6.8"
48+
httpmock = "0.7.0"
4949
mithril-common = { path = "../mithril-common", features = [
5050
"allow_skip_signer_certification",
5151
"test_tools",

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ mithril-common = { path = "../mithril-common", version = "0.2" }
4949
reqwest = { version = "0.11.22", features = ["json", "stream"] }
5050

5151
[dev-dependencies]
52-
httpmock = "0.6.8"
52+
httpmock = "0.7.0"
5353
indicatif = { version = "0.17.7", features = ["tokio"] }
5454
mithril-common = { path = "../mithril-common", version = "0.2", features = [
5555
"random",

mithril-signer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ thiserror = "1.0.49"
3535
tokio = { version = "1.32.0", features = ["full"] }
3636

3737
[dev-dependencies]
38-
httpmock = "0.6.8"
38+
httpmock = "0.7.0"
3939
mithril-common = { path = "../mithril-common" }
4040
mockall = "0.12.0"
4141
slog-term = "2.9.0"

0 commit comments

Comments
 (0)