Skip to content

Commit

Permalink
chore: Bump some deps (#3361)
Browse files Browse the repository at this point in the history
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 13, 2024
1 parent 2b162f5 commit 9577aba
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
20 changes: 10 additions & 10 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 @@ -14,7 +14,7 @@ codegen-units = 1

[workspace.dependencies]
ahash = { version = "0.8.11", default-features = false }
chrono = { version = "0.4.38" }
chrono = { version = "0.4.39" }
futures = "0.3.30"
hashbrown = "0.14.5"
once_cell = "1.19.0"
Expand All @@ -27,7 +27,7 @@ tokio = { version = "1.42.0", default-features = false }
tracing = { version = "0.1.40", default-features = false }
regex = "1.10.5"
url = "2.5.1"
serde = { version = "1.0.204", features = ["derive", "rc"] }
serde = { version = "1.0.216", features = ["derive", "rc"] }
erased-serde = "0.4.5"
serde_json = { version = "1.0", features = ["std"] }
bytes = "1.6.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/rayexec_bullet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rayexec_proto = { path = "../rayexec_proto" }
half = { workspace = true }
num = "0.4.3"
csv-core = { version = "0.1.11", default-features = false } # Default features has libc dependency.
chrono = "0.4.38"
chrono = "0.4.39"
textwrap = { version = "0.16.1", default-features = false, features = ["unicode-width"] }
serde = { workspace = true }
flatbuffers = "24.3.25"
Expand Down
2 changes: 1 addition & 1 deletion crates/rayexec_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bytes = { version = "1.1", default-features = false, features = ["std"] }
serde = { workspace = true }
serde_json = { workspace = true }
parking_lot = { workspace = true }
chrono = { version = "0.4.38", features = ["serde"] }
chrono = { version = "0.4.39", features = ["serde"] }
hmac = "0.12.1"
sha2 = "0.10.8"
percent-encoding = "2.3.1"
Expand Down

0 comments on commit 9577aba

Please sign in to comment.