Skip to content

Commit

Permalink
chore: Bump deps (#3381)
Browse files Browse the repository at this point in the history
- Closes #3380
- Closes #3379
- Closes #3378
- Closes #3377

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
scsmithr and dependabot[bot] authored Dec 27, 2024
1 parent ad8d2e5 commit d77c63c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 14 deletions.
19 changes: 8 additions & 11 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 crates/rayexec_bullet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ csv-core = { version = "0.1.11", default-features = false } # Default features h
chrono = "0.4.39"
textwrap = { version = "0.16.1", default-features = false, features = ["unicode-width"] }
serde = { workspace = true }
flatbuffers = "24.3.25"
flatbuffers = "24.12.23"
bytes = { workspace = true }
ahash = { workspace = true }
2 changes: 1 addition & 1 deletion crates/rayexec_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = { workspace = true }
[dependencies]
rayexec_error = { path = '../rayexec_error' }
rayexec_proto = { path = '../rayexec_proto' }
unicase = "2.7.0"
unicase = "2.8.1"
tracing = { workspace = true }
serde = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion crates/rayexec_slt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rayexec_rt_native = { path = '../rayexec_rt_native' }
rayexec_shell = { path = '../rayexec_shell' }
libtest-mimic = "0.7.3"
sqllogictest = "0.20.4"
env_logger = "0.11.3"
env_logger = "0.11.6"
futures = { workspace = true, features = ["executor"] }
async-trait = "0.1.80"
tokio = { version = "1", features = ["full"] }
Expand Down

0 comments on commit d77c63c

Please sign in to comment.