Skip to content

Commit c38936b

Browse files
authored
Merge pull request #335 from DSharifi/dsharifi/bump-alloy
fix: dstack-sdk fails build due to alloy
2 parents 5384ddb + f7e5259 commit c38936b

File tree

2 files changed

+64
-34
lines changed

2 files changed

+64
-34
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ k256 = "0.13.4"
172172
xsalsa20poly1305 = "0.9.0"
173173
salsa20 = "0.10"
174174
rand_core = "0.6.4"
175-
alloy = { version = "0.15", default-features = false }
175+
alloy = { version = "1.0.32", default-features = false }
176176

177177
# Certificate/DNS
178178
hickory-resolver = "0.24.4"

0 commit comments

Comments
 (0)