Skip to content

Commit

Permalink
chore(deps): bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
norskeld committed Dec 13, 2023
1 parent e3b23a7 commit 52f4848
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@ publish = false

[dependencies]
chumsky = { version = "0.8.0" }
clap = { version = "3.2.16", features = ["cargo", "derive"] }
flate2 = { version = "1.0.24" }
kdl = "4.2"
petgraph = { version = "0.6.2", features = ["stable_graph"] }
reqwest = { version = "0.11.11", features = ["json"] }
tar = { version = "0.4.38" }
tokio = { version = "1.20.1", features = ["macros", "fs", "rt-multi-thread"] }
clap = { version = "4.4.11", features = ["cargo", "derive"] }
flate2 = { version = "1.0.28" }
glob-match = { version = "0.2.1" }
itertools = { version = "0.12.0" }
kdl = { version = "4.6.0" }
petgraph = { version = "0.6.4", features = ["stable_graph"] }
reqwest = { version = "0.11.22", features = ["json"] }
run_script = { version = "0.10.1" }
tar = { version = "0.4.40" }
tokio = { version = "1.35.0", features = ["macros", "fs", "rt-multi-thread"] }
walkdir = { version = "2.4.0" }

[profile.release]
lto = "thin"
Expand Down

0 comments on commit 52f4848

Please sign in to comment.