Skip to content

Commit

Permalink
Merge pull request #2489 from hannobraun/dependabot/cargo/cargo-2f046…
Browse files Browse the repository at this point in the history
…d02dd

Bump the cargo group with 3 updates
  • Loading branch information
hannobraun authored Dec 16, 2024
2 parents 23d73c5 + 3953cc3 commit f418cf4
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/fj-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ itertools = "0.13.0"
parking_lot = "0.12.3"
robust = "1.1.0"
spade = "2.12.1"
thiserror = "2.0.6"
thiserror = "2.0.7"
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 @@ -16,7 +16,7 @@ workspace = true
[dependencies]
fj-interop.workspace = true
fj-math.workspace = true
thiserror = "2.0.6"
thiserror = "2.0.7"
threemf = "0.6.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 @@ -20,7 +20,7 @@ fj-math.workspace = true
nalgebra = "0.33.2"
tobj = "4.0.2"
raw-window-handle = "0.6.0"
thiserror = "2.0.6"
thiserror = "2.0.7"
tracing = "0.1.41"

[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.31"
thiserror = "2.0.6"
thiserror = "2.0.7"
winit = "0.30.5"
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 = "2.0.6"
thiserror = "2.0.7"
tracing = "0.1.41"

[dependencies.clap]
Expand Down
2 changes: 1 addition & 1 deletion tools/autolib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
anyhow = "1.0.94"
log = "0.4.22"
regex = "1.11.1"
semver = "1.0.23"
semver = "1.0.24"
4 changes: 2 additions & 2 deletions tools/automator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ anyhow = "1.0.94"
chrono = "0.4.39"
map-macro = "0.3.0"
octocrab = "0.42.1"
semver = "1.0.23"
serde = "1.0.215"
semver = "1.0.24"
serde = "1.0.216"
serde_json = "1.0.133"
tracing = "0.1.41"
url = "2.5.4"
Expand Down
6 changes: 3 additions & 3 deletions tools/release-operator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ cmd_lib = "1.9.5"
env_logger = "0.11.5"
log = "0.4.22"
secstr = "0.5.0"
semver = "1.0.23"
semver = "1.0.24"
serde_json = "1.0.133"
thiserror = "2.0.6"
thiserror = "2.0.7"

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

[dependencies.serde]
version = "1.0.215"
version = "1.0.216"
features = ["derive"]

0 comments on commit f418cf4

Please sign in to comment.