Skip to content

Commit

Permalink
Merge branch 'dev' into chore/remove-unused-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Oct 4, 2023
2 parents 82bcb1a + 7b33acf commit 28f57a2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 42 deletions.
45 changes: 10 additions & 35 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,17 @@ openssl-vendored = [ "openssl/vendored" ]
default = [ "cli", "ureq/native-tls" ]

[dependencies]
handlebars = "4.3"
handlebars = "4.4"
serde_json = "1.0"
colored = "1.9"
deunicode = "1.1"
deunicode = "1.4"
dunce = "1.0"
english-numbers = "0.3"
env_logger = { version = "0.7", optional = true }
env_logger = { version = "0.10", optional = true }
heck = "0.4"
home = "0.5"
ignore = "0.4"
java-properties = { version = "1.2" }
java-properties = "1.4"
log = "0.4"
once-cell-regex = "0.2"
path_abs = "0.5"
Expand All @@ -72,14 +72,14 @@ which = "4.4"
rstest = "0.18"

[target."cfg(target_os = \"macos\")".dependencies]
core-foundation = "0.7"
core-foundation = "0.9"
openssl = "0.10"

[target."cfg(not(target_os = \"macos\"))".dependencies]
ureq = { version = "2.4", default-features = false, features = [ "gzip" ] }

[target."cfg(target_os = \"linux\")".dependencies]
freedesktop_entry_parser = "1.1"
freedesktop_entry_parser = "1.3"

[target."cfg(unix)".dependencies]
libc = "0.2"
Expand All @@ -106,7 +106,7 @@ embed-resource = "1.8"
[build-dependencies]
home = { version = "0.5", optional = true }
dunce = { version = "1.0", optional = true }
handlebars = { version = "4.3", optional = true }
handlebars = { version = "4.4", optional = true }
log = { version = "0.4", optional = true }
serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", optional = true }
Expand Down

0 comments on commit 28f57a2

Please sign in to comment.