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 #1753

Merged
merged 12 commits into from
Apr 3, 2023
308 changes: 171 additions & 137 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions crates/fj-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ fj-viewer.workspace = true
fj-window.workspace = true

[dependencies.clap]
version = "4.1.11"
version = "4.2.1"
features = ["derive", "string"]

[dependencies.figment]
version = "0.10.8"
features = ["env", "toml"]

[dependencies.serde]
version = "1.0.158"
version = "1.0.159"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ iter_fixed = "0.3.1"
itertools = "0.10.5"
parking_lot = "0.12.0"
pretty_assertions = "1.3.0"
robust = "0.2.3"
robust = "1.0.0"
spade = "2.1.0"
thiserror = "1.0.40"
type-map = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ nalgebra = "0.32.2"
num-traits = "0.2.15"
parry2d-f64 = "0.13.3"
parry3d-f64 = "0.13.3"
robust = "0.2.3"
robust = "1.0.0"
6 changes: 3 additions & 3 deletions crates/fj-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ categories.workspace = true
proc-macro = true

[dependencies]
proc-macro2 = "1.0.54"
proc-macro2 = "1.0.56"
quote = "1.0.23"

[dependencies.serde]
version = "1.0.158"
version = "1.0.159"
optional = true

[dependencies.syn]
version = "2.0.10"
version = "2.0.12"
features = ["full", "extra-traits"]
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ fj-interop.workspace = true
fj-math.workspace = true
nalgebra = "0.32.2"
tobj = "3.2.4"
raw-window-handle = "0.5.1"
raw-window-handle = "0.5.2"
thiserror = "1.0.40"
tracing = "0.1.37"

Expand Down
2 changes: 1 addition & 1 deletion crates/fj-window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fj-operations.workspace = true
fj-viewer.workspace = true
fj-interop.workspace = true
crossbeam-channel = "0.5.7"
futures = "0.3.27"
futures = "0.3.28"
thiserror = "1.0.40"
tracing = "0.1.37"
winit = "0.28.3"
Expand Down
4 changes: 2 additions & 2 deletions crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ fj-proc.workspace = true
backtrace = "0.3.67"

[dependencies.serde]
version = "1.0.158"
version = "1.0.159"
features = ["derive"]
optional = true

[dev-dependencies]
serde_json = "1.0.94"
serde_json = "1.0.95"
8 changes: 4 additions & 4 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ chrono = "0.4.24"
map-macro = "0.2.5"
octocrab = "0.19.0"
semver = "1.0.17"
serde = "1.0.158"
serde_json = "1.0.94"
serde = "1.0.159"
serde_json = "1.0.95"
url = "2.3.0"

[dependencies.autolib]
path = "../autolib"

[dependencies.clap]
version = "4.1.11"
version = "4.2.1"
features = ["derive"]

[dependencies.tokio]
version = "1.26.0"
version = "1.27.0"
features = ["full"]
2 changes: 1 addition & 1 deletion tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
anyhow = "1.0.70"
tempfile = "3.4.0"
tempfile = "3.5.0"

[build-dependencies]
anyhow = "1.0.70"
8 changes: 4 additions & 4 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@ env_logger = "0.10.0"
log = "0.4.17"
secstr = "0.5.0"
semver = "1.0.17"
serde_json = "1.0.94"
serde_json = "1.0.95"
thiserror = "1.0.40"

[dependencies.autolib]
path = "../autolib"

[dependencies.reqwest]
version = "0.11.15"
version = "0.11.16"
features = ["blocking"]

[dependencies.clap]
version = "4.1.11"
version = "4.2.1"
features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.158"
version = "1.0.159"
features = ["derive"]