Skip to content

Commit ccd767f

Browse files
committed
Update outdated dependencies in Cargo.toml files
1 parent e538c3c commit ccd767f

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Cargo.lock

Lines changed: 4 additions & 5 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
@@ -42,7 +42,7 @@ tokio-util = { version = "0.7.9", features = ["codec"] }
4242
typetag = "0.2.13"
4343
uuid = { version = "1.4.1", features = ["v4", "fast-rng", "macro-diagnostics"] }
4444
warp = "0.3.6"
45-
zstd = { version = "0.12.4", features = ["zstdmt"] }
45+
zstd = { version = "0.13.0", features = ["zstdmt"] }
4646

4747
[dev-dependencies]
4848
httpmock = "0.6.8"

mithril-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ slog-term = "2.9.0"
4242
tar = "0.4.40"
4343
thiserror = "1.0.49"
4444
tokio = { version = "1.32.0", features = ["full"] }
45-
zstd = "0.12.4"
45+
zstd = "0.13.0"
4646

4747
[dev-dependencies]
4848
httpmock = "0.6.8"

0 commit comments

Comments
 (0)