Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: h1994st <h1994st@gmail.com>
  • Loading branch information
h1994st committed Dec 26, 2023
1 parent 494ab15 commit 3ec8cdb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ repository = "https://github.com/h1994st/rllvm"
version = "0.1.1"

[dependencies]
clap = {version = "~4.3.4", features = ["derive"]}
clap = {version = "~4.4.11", features = ["derive"]}
confy = "~0.5"
lazy_static = "~1.4"
log = "~0.4.18"
object = {version = "~0.31", features = ["all"]}
regex = "~1.8"
serde = {version = "~1.0.164", features = ["derive"]}
simple_logger = "~4.2.0"
which = "~4.4.0"
log = "~0.4.20"
object = {version = "~0.32", features = ["all"]}
regex = "~1.10"
serde = {version = "~1.0.193", features = ["derive"]}
simple_logger = "~4.3.0"
which = "~5.0.0"

[target.'cfg(target_vendor = "apple")'.dependencies]
glob = "~0.3.1"
Expand Down

0 comments on commit 3ec8cdb

Please sign in to comment.