Skip to content

Commit

Permalink
Merge pull request #2001 from hannobraun/dependabot/cargo/dependencie…
Browse files Browse the repository at this point in the history
…s-b295ffbba4

Bump the dependencies group with 8 updates
  • Loading branch information
hannobraun authored Aug 22, 2023
2 parents 6c41170 + b5e4833 commit cef3444
Show file tree
Hide file tree
Showing 11 changed files with 109 additions and 108 deletions.
171 changes: 86 additions & 85 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 @@ -18,9 +18,9 @@ itertools = "0.11.0"
parking_lot = "0.12.0"
robust = "1.1.0"
spade = "2.2.0"
thiserror = "1.0.44"
thiserror = "1.0.47"
type-map = "0.5.0"

[dev-dependencies]
pretty_assertions = "1.4.0"
anyhow = "1.0.72"
anyhow = "1.0.75"
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.44"
thiserror = "1.0.47"
threemf = "0.4.0"
stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1"
2 changes: 1 addition & 1 deletion 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.44"
thiserror = "1.0.47"
tracing = "0.1.37"

[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 @@ -15,5 +15,5 @@ fj-interop.workspace = true
fj-math.workspace = true
fj-viewer.workspace = true
futures = "0.3.28"
thiserror = "1.0.44"
thiserror = "1.0.47"
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.44"
thiserror = "1.0.47"

[dependencies.clap]
version = "4.3.21"
version = "4.3.23"
features = ["derive"]
2 changes: 1 addition & 1 deletion 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.72"
anyhow = "1.0.75"
log = "0.4.20"
regex = "1.9.3"
semver = "1.0.18"
12 changes: 6 additions & 6 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ edition = "2021"
publish = false

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.75"
chrono = "0.4.26"
map-macro = "0.2.6"
octocrab = "0.29.2"
octocrab = "0.29.3"
semver = "1.0.18"
serde = "1.0.183"
serde_json = "1.0.104"
serde = "1.0.185"
serde_json = "1.0.105"
url = "2.4.0"

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

[dependencies.clap]
version = "4.3.21"
version = "4.3.23"
features = ["derive"]

[dependencies.tokio]
version = "1.31.0"
version = "1.32.0"
features = ["full"]
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.72"
anyhow = "1.0.75"
6 changes: 3 additions & 3 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.72"
tempfile = "3.7.1"
anyhow = "1.0.75"
tempfile = "3.8.0"

[build-dependencies]
anyhow = "1.0.72"
anyhow = "1.0.75"
10 changes: 5 additions & 5 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.72"
anyhow = "1.0.75"
cargo_metadata = "0.17.0"
cmd_lib = "1.3.0"
env_logger = "0.10.0"
log = "0.4.20"
secstr = "0.5.0"
semver = "1.0.18"
serde_json = "1.0.104"
thiserror = "1.0.44"
serde_json = "1.0.105"
thiserror = "1.0.47"

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

[dependencies.clap]
version = "4.3.21"
version = "4.3.23"
features = ["std", "derive", "env"]
default_features = false

[dependencies.serde]
version = "1.0.183"
version = "1.0.185"
features = ["derive"]

0 comments on commit cef3444

Please sign in to comment.