Skip to content

Commit

Permalink
update all dependencies to get rid of dependabot warning (#23)
Browse files Browse the repository at this point in the history
There was a warning regarding a transient `atty` dependency.
  • Loading branch information
wolfv authored Sep 28, 2023
1 parent 861e6c9 commit 379eb19
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 110 deletions.
131 changes: 33 additions & 98 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rustls-tls = ['rattler_installs_packages/rustls-tls', 'rip_bin/rustls-tls']
[dependencies]
clap = { version = "4.4.5", features = ["derive"] }
dirs = "5.0.1"
indexmap = "2.0.0"
indexmap = "2.0.1"
indicatif = "0.17.7"
miette = { version = "5.10.0", features = ["fancy"] }
rand = "0.8.5"
Expand Down
8 changes: 4 additions & 4 deletions crates/rattler_installs_packages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ fs4 = "0.6.6"
futures = "0.3.28"
http = "0.2.9"
http-cache-semantics = { version = "1.0.1", default-features = false, features = ["with_serde", "reqwest"] }
indexmap = "2.0.0"
indexmap = "2.0.1"
miette = "5.10.0"
mime = "0.3.17"
once_cell = "1.18.0"
Expand All @@ -42,7 +42,7 @@ serde_json = "1.0.107"
serde_with = "3.3.0"
smallvec = { version = "1.11.1", features = ["const_generics", "const_new"] }
tempfile = "3.8.0"
thiserror = "1.0.48"
thiserror = "1.0.49"
tl = "0.7.7"
tokio = { version = "1.32.0" }
tokio-util = { version = "0.7.9", features = ["compat"] }
Expand All @@ -53,8 +53,8 @@ resolvo = { version = "0.1.0", optional = true }
dirs = "5.0.1"

[dev-dependencies]
criterion = "0.3"
insta = { version = "1.32.0", features = ["ron"] }
criterion = "0.5"
insta = { version = "1.33.0", features = ["ron"] }
miette = { version = "5.10.0", features = ["fancy"] }
once_cell = "1.18.0"
tokio = { version = "1.32.0", features = ["rt", "macros", "rt-multi-thread"] }
Expand Down
14 changes: 7 additions & 7 deletions crates/rip_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ native-tls = ['rattler_installs_packages/native-tls']
rustls-tls = ['rattler_installs_packages/rustls-tls']

[dependencies]
clap = { version = "4.3.23", features = ["derive"] }
clap = { version = "4.4.5", features = ["derive"] }
console = { version = "0.15.7", features = ["windows-console-colors"] }
dirs = "5.0.1"
indexmap = "2.0.0"
indicatif = "0.17.6"
indexmap = "2.0.1"
indicatif = "0.17.7"
itertools = "0.11.0"
miette = { version = "5.10.0", features = ["fancy"] }
rattler_installs_packages = { path = "../rattler_installs_packages", default-features = false, features = ["resolvo"] }
tabwriter = { version = "1.2.1", features = ["ansi_formatting"] }
tokio = { version = "1.29.1", features = ["rt", "macros", "rt-multi-thread"] }
tabwriter = { version = "1.3.0", features = ["ansi_formatting"] }
tokio = { version = "1.32.0", features = ["rt", "macros", "rt-multi-thread"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
url = "2.4.0"
rand = "0.8.4"
url = "2.4.1"
rand = "0.8.5"
serde = "1.0.188"
serde_json = "1.0.107"

Expand Down

0 comments on commit 379eb19

Please sign in to comment.