Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
StuartHarris committed Oct 23, 2024
1 parent 46119ed commit 647a934
Show file tree
Hide file tree
Showing 20 changed files with 131 additions and 131 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 @@ -20,8 +20,8 @@ keywords = ["crux", "crux_core", "cross-platform-ui", "ffi", "wasm"]
rust-version = "1.66"

[workspace.dependencies]
anyhow = "1.0.90"
serde = "1.0.210"
anyhow = "1.0.91"
serde = "1.0.213"

[workspace.lints.rust]
unsafe_code = "forbid"
Expand Down
4 changes: 2 additions & 2 deletions crux_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde-generate = { version = "0.26.0", optional = true }
serde-reflection = { version = "0.4.0", optional = true }
serde_json = "1.0.132"
slab = "0.4.9"
thiserror = "1.0.64"
thiserror = "1.0.65"

[dev-dependencies]
assert_fs = "1.0.13"
Expand All @@ -37,7 +37,7 @@ async-channel = "2.3"
crux_http = { path = "../crux_http" }
crux_time = { path = "../crux_time" }
doctest_support = { path = "../doctest_support" }
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
static_assertions = "1.1"
rand = "0.8"
url = "2.5.2"
Expand Down
2 changes: 1 addition & 1 deletion crux_http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pin-project-lite = "0.2.14"
serde = { workspace = true, features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0.132"
thiserror = "1.0.64"
thiserror = "1.0.65"
url = "2.5.2"
web-sys = { optional = true, version = "0.3.72", features = ["TextDecoder"] }

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.10.0", path = "../crux_core" }
serde = { workspace = true, features = ["derive"] }
serde_bytes = "0.11.15"
thiserror = "1.0.64"
thiserror = "1.0.65"
4 changes: 2 additions & 2 deletions crux_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proc-macro = true
[dependencies]
darling = "0.20.10"
proc-macro-error = "1.0.4"
proc-macro2 = "1.0.88"
proc-macro2 = "1.0.89"
quote = "1.0.37"
syn = "2.0.82"

Expand All @@ -24,4 +24,4 @@ crux_core = { path = "../crux_core" }
crux_http = { path = "../crux_http" }
insta = "1.40"
prettyplease = "0.2"
serde = { version = "1.0.210", features = ["derive"] }
serde = { version = "1.0.213", features = ["derive"] }
2 changes: 1 addition & 1 deletion crux_time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ typegen = ["crux_core/typegen"]
crux_core = { version = "0.10.0", path = "../crux_core" }
serde = { workspace = true, features = ["derive"] }
chrono = { version = "0.4.38", features = ["serde"], optional = true }
thiserror = "1.0.64"
thiserror = "1.0.65"

[dev-dependencies]
serde_json = "1.0.132"
32 changes: 16 additions & 16 deletions examples/bridge_echo/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 examples/bridge_echo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ keywords = ["crux", "crux_core", "cross-platform-ui", "ffi", "wasm"]
rust-version = "1.66"

[workspace.dependencies]
anyhow = "1.0.90"
anyhow = "1.0.91"
crux_core = "0.9.1"
serde = "1.0.210"
serde = "1.0.213"

[workspace.metadata.bin]
cargo-xcode = { version = "=1.7.0" }
28 changes: 14 additions & 14 deletions examples/cat_facts/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 examples/cat_facts/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["crux", "crux_core", "cross-platform-ui", "ffi", "wasm"]
rust-version = "1.66"

[workspace.dependencies]
anyhow = "1.0.90"
anyhow = "1.0.91"
crux_core = { path = "../../crux_core" }
crux_http = { path = "../../crux_http" }
crux_kv = { path = "../../crux_kv" }
Expand All @@ -22,7 +22,7 @@ crux_time = { path = "../../crux_time", features = ["chrono"] }
# crux_kv = "0.5.1"
# crux_platform = "0.2.1"
# crux_time = { version = "0.5.1", features = ["chrono"] }
serde = "1.0.210"
serde = "1.0.213"

[workspace.metadata.bin]
cargo-xcode = "=1.7.0"
Loading

0 comments on commit 647a934

Please sign in to comment.