Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mxve/alterware-launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mxve committed Nov 2, 2023
2 parents f609a53 + 78fa91d commit 7f6027f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ panic = "abort"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
http_req = { version = "0.10.0", default-features = false, features = [
http_req = { version = "0.10.1", default-features = false, features = [
"rust-tls",
] }
sha1_smol = "1.0.0"
serde = { version = "1.0.189", features = ["derive"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
rand = "0.8.5"
semver = "1.0.20"
Expand Down

0 comments on commit 7f6027f

Please sign in to comment.