Skip to content

Commit

Permalink
Merge pull request #1770 from hannobraun/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hannobraun authored Apr 18, 2023
2 parents 910e885 + d400955 commit 19d1dd6
Show file tree
Hide file tree
Showing 8 changed files with 198 additions and 84 deletions.
260 changes: 187 additions & 73 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/fj-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fj-viewer.workspace = true
fj-window.workspace = true

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

[dependencies.figment]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crossbeam-channel = "0.5.8"
fj.workspace = true
fj-interop.workspace = true
fj-operations.workspace = true
libloading = "0.7.4"
libloading = "0.8.0"
notify = "5.1.0"
thiserror = "1.0.40"
tracing = "0.1.37"
4 changes: 2 additions & 2 deletions crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.32.2"
num-traits = "0.2.15"
parry2d-f64 = "0.13.3"
parry3d-f64 = "0.13.3"
parry2d-f64 = "0.13.4"
parry3d-f64 = "0.13.4"
robust = "1.0.0"
2 changes: 1 addition & 1 deletion crates/fj-proc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ version = "1.0.159"
optional = true

[dependencies.syn]
version = "2.0.12"
version = "2.0.15"
features = ["full", "extra-traits"]
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ features = ["derive"]
optional = true

[dev-dependencies]
serde_json = "1.0.95"
serde_json = "1.0.96"
6 changes: 3 additions & 3 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ publish = false
anyhow = "1.0.70"
chrono = "0.4.24"
map-macro = "0.2.5"
octocrab = "0.19.0"
octocrab = "0.20.0"
semver = "1.0.17"
serde = "1.0.159"
serde_json = "1.0.95"
serde_json = "1.0.96"
url = "2.3.0"

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

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

[dependencies.tokio]
Expand Down
4 changes: 2 additions & 2 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env_logger = "0.10.0"
log = "0.4.17"
secstr = "0.5.0"
semver = "1.0.17"
serde_json = "1.0.95"
serde_json = "1.0.96"
thiserror = "1.0.40"

[dependencies.autolib]
Expand All @@ -24,7 +24,7 @@ version = "0.11.16"
features = ["blocking"]

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

Expand Down

0 comments on commit 19d1dd6

Please sign in to comment.