Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2023
1 parent b06774f commit 428351f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions scyllax-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ tokio = { workspace = true }
clap = { version = "4", features = ["derive", "env"] }
clap_complete = { version = "4" }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
anyhow = "1.0.52"
url = { version = "2.2.2", default-features = false }
anyhow = "1.0.75"
url = { version = "2.4.1", default-features = false }
async-trait = "0.1"
console = "0.15.0"
promptly = "0.3.0"
console = "0.15.7"
promptly = "0.3.1"
scylla = { workspace = true }
scyllax = { path = "../" }
serde_json = "1.0.73"
serde = { version = "1.0.132", features = ["derive"] }
glob = "0.3.0"
serde_json = "1.0.107"
serde = { version = "1.0.188", features = ["derive"] }
glob = "0.3.1"
tracing = { workspace = true }
filetime = "0.2.22"
time = { version = "0.3.28", features = ["formatting"] }
Expand Down

0 comments on commit 428351f

Please sign in to comment.