Skip to content

Commit

Permalink
update deps, remove tracy
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Mayson committed May 5, 2023
1 parent 2af0675 commit 54eb33d
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 158 deletions.
157 changes: 28 additions & 129 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ members = [
]

[workspace.dependencies]
clap = "4.2.2"
clap = "4.2.7"
colored = "2.0.0"
git2 = "0.17.1"
peekmore = "1.2.1"
pest = "2.5.7"
pest_derive = "2.5.7"
serde = { version = "1.0.160", features = ["derive"] }
pest = "2.6.0"
pest_derive = "2.6.0"
serde = { version = "1.0.162", features = ["derive"] }
serde_json = "1.0.96"
sha-1 = "0.10.1"
toml = "0.7.3"
Expand Down
9 changes: 4 additions & 5 deletions bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ hemtt-signing = { path = "../libs/signing", version = "1.0.0" }
hemtt-version = { path = "../libs/version", version = "1.0.0" }

ansi_term = "0.12.1"
anyhow = "1.0.70"
anyhow = "1.0.71"
atty = "0.2.14"
clap = { workspace = true }
colored = { workspace = true }
Expand All @@ -28,8 +28,8 @@ glob = "0.3.1"
num_cpus = "1.15.0"
peekmore = { workspace = true }
rayon = "1.7.0"
reqwest = { version = "0.11.16", features = ["blocking", "json"] }
rhai = "1.13.0"
reqwest = { version = "0.11.17", features = ["blocking", "json"] }
rhai = "1.14.0"
rust-embed = "6.6.1"
semver = "1.0.17"
serde = { workspace = true, features = ["derive"] }
Expand All @@ -38,8 +38,7 @@ steamlocate = "2.0.0-alpha.0"
time = "0.3.20"
toml = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3.16", features = ["json"] }
tracing-tracy = "0.10.2"
tracing-subscriber = { version = "0.3.17", features = ["json"] }
vfs = { workspace = true }
walkdir = { workspace = true }
whoami = "1.4.0"
Expand Down
1 change: 1 addition & 0 deletions bin/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub enum Error {
AddonOptionalNotFound(String),

#[error("Unable to create link: {0}")]
#[allow(dead_code)] // Unused on Linux and Mac
Link(String),
#[error("Arma 3 not found in Steam")]
Arma3NotFound,
Expand Down
Loading

0 comments on commit 54eb33d

Please sign in to comment.