Skip to content

Commit

Permalink
fix deps.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
viperML committed Mar 1, 2024
1 parent dca89a3 commit 6947e6f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 27 deletions.
60 changes: 37 additions & 23 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ clean-path = "0.2"
color-eyre = { version = "0.6.2", default-features = false, features = [
"track-caller",
] }
derive_builder = "0.12.0"
dialoguer = { version = "0.10.2", default-features = false }
derive_builder = "0.20.0"
dialoguer = { version = "0.11.0", default-features = false }
elasticsearch-dsl = "0.4.19"
hostname = "^0.3"
humantime = "2.1.0"
nix = { version = "0.26.2", default-features = false, features = [
nix = { version = "0.28.0", default-features = false, features = [
"fs",
"user",
] }
once_cell = "1.18.0"
owo-colors = "3.5.0"
owo-colors = "4.0.0"
regex = "1.8.4"
reqwest = { version = "0.11.23", features = ["rustls-tls", "blocking", "json"], default-features = false }
serde = { version = "1.0.166", features = [
Expand Down

0 comments on commit 6947e6f

Please sign in to comment.