Skip to content

Commit

Permalink
Merge pull request #2354 from hannobraun/dependabot/cargo/cargo-48ece…
Browse files Browse the repository at this point in the history
…c4cae

Bump the cargo group with 8 updates
  • Loading branch information
hannobraun committed May 13, 2024
2 parents b0ed3c6 + ae11822 commit 631f24d
Show file tree
Hide file tree
Showing 12 changed files with 97 additions and 99 deletions.
150 changes: 74 additions & 76 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ itertools = "0.12.1"
parking_lot = "0.12.2"
robust = "1.1.0"
spade = "2.6.0"
thiserror = "1.0.59"
thiserror = "1.0.60"
type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.0"
anyhow = "1.0.82"
anyhow = "1.0.83"
2 changes: 1 addition & 1 deletion crates/fj-export/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
thiserror = "1.0.59"
thiserror = "1.0.60"
threemf = "0.5.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
4 changes: 2 additions & 2 deletions crates/fj-math/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ approx = "0.5.1"
decorum = "0.3.1"
nalgebra = "0.32.5"
num-traits = "0.2.19"
parry2d-f64 = "0.15.0"
parry3d-f64 = "0.15.0"
parry2d-f64 = "0.15.1"
parry3d-f64 = "0.15.1"
robust = "1.1.0"
2 changes: 1 addition & 1 deletion crates/fj-viewer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fj-math.workspace = true
nalgebra = "0.32.5"
tobj = "4.0.2"
raw-window-handle = "0.6.0"
thiserror = "1.0.59"
thiserror = "1.0.60"
tracing = "0.1.40"

[dependencies.bytemuck]
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 @@ -19,5 +19,5 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.30"
thiserror = "1.0.59"
thiserror = "1.0.60"
winit = "0.30.0"
2 changes: 1 addition & 1 deletion crates/fj/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
fj-window.workspace = true
thiserror = "1.0.59"
thiserror = "1.0.60"
tracing = "0.1.40"

[dependencies.clap]
Expand Down
4 changes: 2 additions & 2 deletions tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.83"
log = "0.4.21"
regex = "1.10.4"
semver = "1.0.22"
semver = "1.0.23"
8 changes: 4 additions & 4 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.83"
chrono = "0.4.38"
map-macro = "0.3.0"
octocrab = "0.38.0"
semver = "1.0.22"
serde = "1.0.200"
serde_json = "1.0.116"
semver = "1.0.23"
serde = "1.0.201"
serde_json = "1.0.117"
tracing = "0.1.40"
url = "2.5.0"

Expand Down
2 changes: 1 addition & 1 deletion tools/cross-compiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.83"
4 changes: 2 additions & 2 deletions tools/export-validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ publish = false


[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.83"
tempfile = "3.10.1"

[build-dependencies]
anyhow = "1.0.82"
anyhow = "1.0.83"
12 changes: 6 additions & 6 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ publish = false


[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.83"
cargo_metadata = "0.18.1"
cmd_lib = "1.9.3"
cmd_lib = "1.9.4"
env_logger = "0.11.3"
log = "0.4.21"
secstr = "0.5.0"
semver = "1.0.22"
serde_json = "1.0.116"
thiserror = "1.0.59"
semver = "1.0.23"
serde_json = "1.0.117"
thiserror = "1.0.60"

[dependencies.autolib]
path = "../autolib"
Expand All @@ -29,5 +29,5 @@ features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.200"
version = "1.0.201"
features = ["derive"]

0 comments on commit 631f24d

Please sign in to comment.