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 Jun 2, 2024
1 parent 919b0bb commit 9a24a06
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 154 deletions.
167 changes: 53 additions & 114 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ readme = "README.md"
scyllax-macros = { verison = "0.2.0", path = "./scyllax-macros" }
scyllax-macros-core = { verison = "0.2.0", path = "./scyllax-macros-core" }
scyllax-parser = { verison = "0.2.0", 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.12", features = ["time"] }
serde_json = { version = "1", features = ["preserve_order"] }
serde = { version = "1", features = ["derive"] }
uuid = { version = "1", features = ["serde", "v1", "std", "fast-rng"] }
darling = "0.20"
trybuild = "1"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt", "json", "tracing-log", "parking_lot"] }
tokio = { version = "1.38.0", features = ["full", "tracing"] }
scylla = { version = "0.13.0", features = ["time"] }
serde_json = { version = "1.0.117", features = ["preserve_order"] }
serde = { version = "1.0.203", features = ["derive"] }
uuid = { version = "1.8.0", features = ["serde", "v1", "std", "fast-rng"] }
darling = "0.20.9"
trybuild = "1.0.96"

[profile.dev.package.backtrace]
opt-level = 3
18 changes: 9 additions & 9 deletions example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ homepage.workspace = true
publish = false

[dependencies]
anyhow = "1"
anyhow = "1.0.86"
serde.workspace = true
serde_json.workspace = true
scylla.workspace = true
scyllax = { path = "../scyllax", features = ["json"] }
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }
tracing.workspace = true
tracing-subscriber.workspace = true
uuid.workspace = true
tokio-stream = "0.1.14"
futures-util = "0.3.29"
futures = "0.3.29"
rayon = "1.8.0"
time = "0.3.34"
tokio-stream = "0.1.15"
futures-util = "0.3.30"
futures = "0.3.30"
rayon = "1.10.0"
time = "0.3.36"

[features]
default = ["integration"]
integration = []

[dev-dependencies]
pretty_assertions = "1"
criterion = { version = "0.5", features = ["html_reports", "async_tokio"] }
pretty_assertions = "1.4.0"
criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] }

[[bench]]
name = "bench"
Expand Down
Loading

0 comments on commit 9a24a06

Please sign in to comment.