Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Apr 29, 2024
1 parent 54bc247 commit d4ffb67
Show file tree
Hide file tree
Showing 46 changed files with 22,612 additions and 18,056 deletions.
10 changes: 5 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rust-version = "1.66"

[workspace.dependencies]
anyhow = "1.0.82"
serde = "1.0.197"
serde = "1.0.199"

[workspace.lints.rust]
unsafe_code = "forbid"
Expand Down
6 changes: 3 additions & 3 deletions crux_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ derive_more = "0.99.17"
erased-serde = "0.4"
futures = "0.3.30"
serde = { workspace = true, features = ["derive"] }
serde_json = "1.0.115"
serde_json = "1.0.116"
serde-generate = { version = "0.25.1", optional = true }
serde-reflection = { version = "0.3.6", optional = true }
thiserror = "1.0.58"
thiserror = "1.0.59"
uuid = { version = "1.8.0", features = ["v4", "js", "serde"] }
wasm-bindgen = "0.2.92"

Expand All @@ -39,7 +39,7 @@ async-channel = "2.2"
crux_http = { path = "../crux_http" }
crux_time = { path = "../crux_time" }
doctest_support = { path = "../doctest_support" }
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
static_assertions = "1.1"
rand = "0.8"
url = "2.5.0"
4 changes: 2 additions & 2 deletions crux_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ 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_json = "1.0.115"
thiserror = "1.0.58"
serde_json = "1.0.116"
thiserror = "1.0.59"
url = "2.5.0"

[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions crux_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ proc-macro = true
[dependencies]
darling = "0.20.8"
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.79"
proc-macro2 = "1.0.81"
quote = "1.0.36"
syn = "2.0.58"
syn = "2.0.60"

[dev-dependencies]
crux_core = { path = "../crux_core" }
crux_http = { path = "../crux_http" }
insta = "1.38"
prettyplease = "0.2"
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.199", features = ["derive"] }
Loading

0 comments on commit d4ffb67

Please sign in to comment.