Skip to content

Commit

Permalink
Merge branch 'master' of github.com:amphitheatre-app/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Jan 9, 2024
2 parents a1499bc + e5a33dd commit c01b29c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
64 changes: 32 additions & 32 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 @@ -15,22 +15,22 @@ readme = "README.md"
amp-client = { git = "https://github.com/amphitheatre-app/amp-client-rust", tag = "v0.6.2" }
amp-common = { git = "https://github.com/amphitheatre-app/common", tag = "v0.6.1" }

anyhow = "1.0.78"
anyhow = "1.0.79"
clap = { version = "4.4.12", features = ["derive", "env"] }
clap-verbosity-flag = "2.1.1"
clap_complete = "4.4.5"
clap_complete = "4.4.6"
colored = "2"
confy = "0.5.1"
ctrlc = "3.4.2"
dunce = "1.0.4"
futures = "0.3"
ignore = "0.4.21"
ignore = "0.4.22"
inquire = "0.6.2"
notify = "6.1.1"
once_cell = "1.19.0"
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.109"
serde_json = "1.0.111"
reqwest-eventsource = "0.5.0"
tabled = "0.15.0"
tar = "0.4.40"
Expand Down

0 comments on commit c01b29c

Please sign in to comment.