Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettMayson committed Sep 27, 2023
1 parent 4bb3fe8 commit fa17231
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 76 deletions.
121 changes: 55 additions & 66 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ resolver = "2"
[workspace.dependencies]
ariadne = "0.3.0"
byteorder = "1.4.3"
clap = "4.4.4"
git2 = "0.18.0"
clap = "4.4.5"
git2 = "0.18.1"
lsp-types = "0.94.1"
peekmore = "1.3.0"
pest = "2.7.3"
pest_derive = "2.7.3"
pest = "2.7.4"
pest_derive = "2.7.4"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
sha-1 = "0.10.1"
toml = "0.8.0"
toml = "0.8.1"
tracing = { version = "0.1.37", features = ["attributes"] }
vfs = "0.9.0"
walkdir = "2.4.0"
Expand Down
10 changes: 5 additions & 5 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ hemtt-signing = { path = "../libs/signing", version = "1.0.0" }
anyhow = "1.0.75"
ariadne = { workspace = true }
clap = { workspace = true }
dialoguer = "0.10.4"
dialoguer = "0.11.0"
enable-ansi-support = "0.2.1"
fs_extra = "1.3.0"
git2 = { workspace = true }
glob = "0.3.1"
num_cpus = "1.16.0"
peekmore = { workspace = true }
rayon = "1.7.0"
rayon = "1.8.0"
reqwest = { version = "0.11.20", features = ["blocking", "json"] }
rhai = "1.16.1"
rhai = "1.16.2"
rust-embed = "8.0.0"
semver = "1.0.18"
semver = "1.0.19"
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
steamlocate = "2.0.0-alpha.0"
time = { version = "0.3.28", features = ["formatting"] }
time = { version = "0.3.29", features = ["formatting"] }
toml = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3.17", features = ["json"] }
Expand Down
Loading

0 comments on commit fa17231

Please sign in to comment.