Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed May 13, 2024
1 parent 6f2ea87 commit cbfdc70
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ exclude = ["assets/*", ".github/*"]

[dependencies]
anyhow = "1.0.75"
clap = { version = "4.4.8", features = ["derive", "env", "string"] }
clap = { version = "4.5.4", features = ["derive", "env", "string"] }
clap-markdown = "0.1.3"
colored = "2.0.4"
colored = "2.1.0"
csv = "1.3.0"
dirs = "5.0.1"
env_logger = "0.10.1"
futures = "0.3.29"
futures = "0.3.30"
http-rest-file = "0.5.1"
indicatif = { version = "0.17.7", features = ["improved_unicode"] }
indicatif = { version = "0.17.8", features = ["improved_unicode"] }
itertools = "0.12.1"
lazy_static = "1.4.0"
log = "0.4.20"
log = "0.4.21"
md5 = "0.7.0"
merge = "0.1.0"
num_cpus = "1.16.0"
Expand All @@ -35,7 +35,7 @@ reqwest = { version = "0.12.3", default-features = false, features = [
"native-tls-vendored",
] }
rustyline = "12.0.0"
serde = { version = "1.0.192", features = ["rc"] }
serde = { version = "1.0.201", features = ["rc"] }
tokio = { version = "1.34.0", features = [
"io-std",
"sync",
Expand All @@ -45,13 +45,13 @@ tokio = { version = "1.34.0", features = [
"signal",
] }
toml = "0.8.11"
url = "2.4.1"
clap_complete = "4.5.1"
url = "2.5.0"
clap_complete = "4.5.2"
clap_complete_nushell = "4.5.1"
tabled = { version = "0.15.0", features = ["ansi"] }
strsim = "0.11.1"
scraper = "0.19.0"
serde_json = "1.0.116"
serde_json = "1.0.117"
rusty_v8 = "0.32.1"

# Strip the debug symbols from the binary
Expand Down

0 comments on commit cbfdc70

Please sign in to comment.