Skip to content

Commit

Permalink
Merge pull request #1965 from hannobraun/update
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hannobraun authored Jul 24, 2023
2 parents cef089d + e466392 commit fe67c21
Show file tree
Hide file tree
Showing 10 changed files with 128 additions and 136 deletions.
232 changes: 112 additions & 120 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ itertools = "0.11.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.2.0"
thiserror = "1.0.43"
thiserror = "1.0.44"
type-map = "0.5.0"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/fj-export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories.workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
thiserror = "1.0.43"
thiserror = "1.0.44"
threemf = "0.4.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
2 changes: 1 addition & 1 deletion crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories.workspace = true
approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.32.3"
num-traits = "0.2.15"
num-traits = "0.2.16"
parry2d-f64 = "0.13.5"
parry3d-f64 = "0.13.5"
robust = "1.1.0"
4 changes: 2 additions & 2 deletions crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fj-math.workspace = true
nalgebra = "0.32.3"
tobj = "4.0.0"
raw-window-handle = "0.5.2"
thiserror = "1.0.43"
thiserror = "1.0.44"
tracing = "0.1.37"

[dependencies.bytemuck]
Expand All @@ -29,7 +29,7 @@ default-features = false
features = ["png", "jpeg"]

[dependencies.wgpu]
version = "0.16.2"
version = "0.17.0"
features = ["webgl"]

# We don't depend on `getrandom` directly, but we need this to enable the `js`
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 @@ -15,5 +15,5 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.28"
thiserror = "1.0.43"
thiserror = "1.0.44"
winit = "0.28.6"
4 changes: 2 additions & 2 deletions crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "1.0.43"
thiserror = "1.0.44"

[dependencies.clap]
version = "4.3.12"
version = "4.3.19"
features = ["derive"]
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.72"
chrono = "0.4.26"
map-macro = "0.2.6"
octocrab = "0.26.0"
octocrab = "0.28.0"
semver = "1.0.18"
serde = "1.0.171"
serde = "1.0.175"
serde_json = "1.0.103"
url = "2.4.0"

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

[dependencies.clap]
version = "4.3.12"
version = "4.3.19"
features = ["derive"]

[dependencies.tokio]
Expand Down
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.72"
tempfile = "3.6.0"
tempfile = "3.7.0"

[build-dependencies]
anyhow = "1.0.72"
8 changes: 4 additions & 4 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ publish = false

[dependencies]
anyhow = "1.0.72"
cargo_metadata = "0.15.4"
cargo_metadata = "0.17.0"
cmd_lib = "1.3.0"
env_logger = "0.10.0"
log = "0.4.19"
secstr = "0.5.0"
semver = "1.0.18"
serde_json = "1.0.103"
thiserror = "1.0.43"
thiserror = "1.0.44"

[dependencies.autolib]
path = "../autolib"
Expand All @@ -24,10 +24,10 @@ version = "0.11.18"
features = ["blocking"]

[dependencies.clap]
version = "4.3.12"
version = "4.3.19"
features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.171"
version = "1.0.175"
features = ["derive"]

0 comments on commit fe67c21

Please sign in to comment.