Skip to content

Commit

Permalink
Merge branch 'main' of github.com:FyraLabs/anda
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Jun 24, 2024
2 parents c5afbab + db19ccc commit ef3d939
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
28 changes: 14 additions & 14 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 @@ -16,7 +16,7 @@ exclude = [
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.6", features = ["derive", "env"] }
clap = { version = "4.5.7", features = ["derive", "env"] }
tracing = "0.1"
tracing-subscriber = "0.3"
tracing-log = "0.2.0"
Expand All @@ -27,20 +27,20 @@ anda-config = { path = "./anda-config", version = "0.1.8" }
andax = { path = "./andax", version = "0.1.13" }
flatpak = "0.18.1"
clap-verbosity-flag = "2.2.0"
clap_complete = "4.1.5"
clap_complete = "4.5.5"
cmd_lib = "1.3.0"
tokio = { version = "1.38.0", features = ["full"] }
async-trait = "0.1.67"
nix = { version = "0.29.0", features = ["signal"], default-features = false }
git2 = "0.18.2"
git2 = "0.19.0"
chrono = "0.4.24"
ignore = "0.4.18"
promptly = "0.3.1"
console = "0.15.2"
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0"
lazy_static = "1.4"
regex = "1.8"
regex = "1.10"
itertools = "0.13.0"

# [build-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap_mangen = "0.2.9"
clap_mangen = "0.2.21"
anda = { path = ".." }
clap = { version = "4.5.6", features = ["derive", "env"] }
clap = { version = "4.5.7", features = ["derive", "env"] }
anyhow = "1.0.81"
clap_complete = "4.5.1"
clap_complete = "4.5.5"

0 comments on commit ef3d939

Please sign in to comment.