Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
303 changes: 141 additions & 162 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crux_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ anyhow.workspace = true
clap = { version = "4.3.24", features = ["derive"] }
console = "0.15.8"
ignore = "0.4.23"
ramhorns = "1.0.0"
ramhorns = "1.0.1"
serde = { workspace = true, features = ["derive"] }
similar = { version = "2.6.0", features = ["inline"] }
toml = "0.8.19"
8 changes: 4 additions & 4 deletions crux_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ bincode = "1.3.3"
crossbeam-channel = "0.5.13"
crux_macros = { version = "0.4.0", path = "../crux_macros" }
erased-serde = "0.4"
futures = "0.3.30"
futures = "0.3.31"
serde = { workspace = true, features = ["derive"] }
serde-generate = { version = "0.26.0", optional = true }
serde-reflection = { version = "0.4.0", optional = true }
serde_json = "1.0.128"
serde_json = "1.0.129"
slab = "0.4.9"
thiserror = "1.0.63"
thiserror = "1.0.64"

[dev-dependencies]
assert_fs = "1.0.13"
Expand All @@ -41,4 +41,4 @@ serde = { version = "1.0.210", features = ["derive"] }
static_assertions = "1.1"
rand = "0.8"
url = "2.5.2"
uuid = { version = "1.10.0", features = ["v4", "serde"] }
uuid = { version = "1.11.0", features = ["v4", "serde"] }
10 changes: 5 additions & 5 deletions crux_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ typegen = []

[dependencies]
anyhow.workspace = true
async-trait = "0.1.82"
async-trait = "0.1.83"
crux_core = { version = "0.9.0", path = "../crux_core" }
derive_builder = "0.20.1"
derive_builder = "0.20.2"
encoding_rs = { version = "0.8.34", optional = true }
futures-util = "0.3"
http-types = { package = "http-types-red-badger-temporary-fork", version = "2.12.0", default-features = false }
pin-project-lite = "0.2.14"
serde = { workspace = true, features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0.128"
thiserror = "1.0.63"
serde_json = "1.0.129"
thiserror = "1.0.64"
url = "2.5.2"
web-sys = { optional = true, version = "0.3.70", features = ["TextDecoder"] }
web-sys = { optional = true, version = "0.3.72", features = ["TextDecoder"] }

[dev-dependencies]
assert_fs = "1.0.13"
Expand Down
2 changes: 1 addition & 1 deletion crux_kv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ anyhow.workspace = true
crux_core = { version = "0.9.0", path = "../crux_core" }
serde = { workspace = true, features = ["derive"] }
serde_bytes = "0.11.15"
thiserror = "1.0.63"
thiserror = "1.0.64"
4 changes: 2 additions & 2 deletions crux_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ proc-macro = true
[dependencies]
darling = "0.20.10"
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.86"
proc-macro2 = "1.0.88"
quote = "1.0.37"
syn = "2.0.77"
syn = "2.0.79"

[dev-dependencies]
crux_core = { path = "../crux_core" }
Expand Down
4 changes: 2 additions & 2 deletions crux_time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ typegen = []
crux_core = { version = "0.9.0", path = "../crux_core" }
serde = { workspace = true, features = ["derive"] }
chrono = { version = "0.4.38", features = ["serde"], optional = true }
thiserror = "1.0.63"
thiserror = "1.0.64"

[dev-dependencies]
serde_json = "1.0.128"
serde_json = "1.0.129"
Loading
Loading