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 Dec 21, 2023
1 parent 3e1012e commit 3e43167
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ scyllax-parser = { verison = "0.1.1", path = "./scyllax-parser" }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "json", "tracing-log", "parking_lot"] }
tokio = { version = "1", features = ["full", "tracing"] }
scylla = { version = "0.10" }
scylla = { version = "0.11" }
serde_json = { version = "1", features = ["preserve_order"] }
serde = { version = "1", features = ["derive"] }
uuid = { version = "1", features = ["serde", "v1", "std", "fast-rng"] }
Expand Down
4 changes: 2 additions & 2 deletions scyllax-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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.75"
anyhow = "1.0.76"
url = { version = "2.5.0", default-features = false }
async-trait = "0.1"
console = "0.15.7"
Expand All @@ -28,7 +28,7 @@ serde_json = "1.0.108"
serde = { version = "1.0.193", features = ["derive"] }
tracing-subscriber.workspace = true
tracing.workspace = true
time = { version = "0.3.30", features = ["formatting"] }
time = { version = "0.3.31", features = ["formatting"] }
sha2 = "0.10.8"
uuid.workspace = true

Expand Down

0 comments on commit 3e43167

Please sign in to comment.