Skip to content

Commit

Permalink
Merge pull request #2039 from hannobraun/dependabot/cargo/cargo-49a59…
Browse files Browse the repository at this point in the history
…f58ea

Bump the cargo group with 7 updates
  • Loading branch information
hannobraun authored Oct 3, 2023
2 parents 6f9b3e2 + 0c7845b commit 45a75cd
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 74 deletions.
144 changes: 83 additions & 61 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.48"
thiserror = "1.0.49"
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.48"
thiserror = "1.0.49"
threemf = "0.4.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
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.48"
thiserror = "1.0.49"
tracing = "0.1.37"

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

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

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

[dependencies.clap]
version = "4.4.4"
version = "4.4.6"
features = ["derive"]

[dependencies.tracing-subscriber]
Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
log = "0.4.20"
regex = "1.9.5"
regex = "1.9.6"
semver = "1.0.19"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
anyhow = "1.0.75"
chrono = "0.4.31"
map-macro = "0.2.6"
octocrab = "0.30.1"
octocrab = "0.31.0"
semver = "1.0.19"
serde = "1.0.188"
serde_json = "1.0.107"
Expand All @@ -18,7 +18,7 @@ url = "2.4.1"
path = "../autolib"

[dependencies.clap]
version = "4.4.4"
version = "4.4.6"
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 @@ -14,7 +14,7 @@ log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.19"
serde_json = "1.0.107"
thiserror = "1.0.48"
thiserror = "1.0.49"

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

[dependencies.clap]
version = "4.4.4"
version = "4.4.6"
features = ["std", "derive", "env"]
default_features = false

Expand Down

0 comments on commit 45a75cd

Please sign in to comment.