Skip to content

Commit

Permalink
chore(deps): Bump deps (#3437)
Browse files Browse the repository at this point in the history
- Closes #3435
- Closes #3434
- Closes #3433
- Closes #3432
- Closes #3430

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
scsmithr and dependabot[bot] authored Feb 21, 2025
1 parent 3ec4170 commit 473c744
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ futures = "0.3.30"
hashbrown = "0.14.5"
parking_lot = "0.12"
rand = "0.8.5"
smallvec = "1.13.2"
smallvec = "1.14.0"
rayon = "1.10.0"
num_cpus = "1.16.0"
tokio = { version = "1.43.0", default-features = false }
tracing = { version = "0.1.40", default-features = false }
regex = "1.10.5"
url = "2.5.1"
serde = { version = "1.0.217", features = ["derive", "rc"] }
serde = { version = "1.0.218", features = ["derive", "rc"] }
erased-serde = "0.4.5"
serde_json = { version = "1.0", features = ["std"] }
bytes = "1.10.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/parquet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ rand = { version = "0.8", default-features = false, features = ["std", "std_rng"
# TODO: temporary to fix parquet wasm build
# upstream issue: https://github.com/gyscos/zstd-rs/issues/269
[target.'cfg(target_family = "wasm")'.dependencies]
zstd-sys = { version = ">=2.0.0, <2.0.10", optional = true, default-features = false }
zstd-sys = { version = ">=2.0.0, <2.0.15", optional = true, default-features = false }

[target.'cfg(target_family = "wasm")'.dev-dependencies]
zstd-sys = { version = ">=2.0.0, <2.0.10", default-features = false }
zstd-sys = { version = ">=2.0.0, <2.0.15", default-features = false }

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion crates/stackutil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ edition.workspace = true

[dependencies]
rayexec_error = { path = "../rayexec_error" }
stacker = "0.1.18"
stacker = "0.1.19"

0 comments on commit 473c744

Please sign in to comment.