Bump the cargo group with 1 update

Bumps the cargo group with 1 update: [thiserror](https://github.com/dtolnay/thiserror).

- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.50...1.0.51)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-12-18 12:20:32 +00:00 committed by GitHub
parent d882a63b2d
commit b611dacbf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 10 deletions

8
Cargo.lock generated
View File

@ -3094,18 +3094,18 @@ dependencies = [
[[package]] [[package]]
name = "thiserror" name = "thiserror"
version = "1.0.50" version = "1.0.51"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2" checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
dependencies = [ dependencies = [
"thiserror-impl", "thiserror-impl",
] ]
[[package]] [[package]]
name = "thiserror-impl" name = "thiserror-impl"
version = "1.0.50" version = "1.0.51"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8" checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",

View File

@ -21,7 +21,7 @@ itertools = "0.12.0"
parking_lot = "0.12.0" parking_lot = "0.12.0"
robust = "1.1.0" robust = "1.1.0"
spade = "2.4.1" spade = "2.4.1"
thiserror = "1.0.50" thiserror = "1.0.51"
type-map = "0.5.0" type-map = "0.5.0"
[dev-dependencies] [dev-dependencies]

View File

@ -16,7 +16,7 @@ workspace = true
[dependencies] [dependencies]
fj-interop.workspace = true fj-interop.workspace = true
fj-math.workspace = true fj-math.workspace = true
thiserror = "1.0.50" thiserror = "1.0.51"
threemf = "0.4.0" threemf = "0.4.0"
stl = "0.2.1" stl = "0.2.1"
wavefront_rs = "=2.0.0-beta.1" wavefront_rs = "=2.0.0-beta.1"

View File

@ -20,7 +20,7 @@ fj-math.workspace = true
nalgebra = "0.32.3" nalgebra = "0.32.3"
tobj = "4.0.0" tobj = "4.0.0"
raw-window-handle = "0.5.2" raw-window-handle = "0.5.2"
thiserror = "1.0.50" thiserror = "1.0.51"
tracing = "0.1.40" tracing = "0.1.40"
[dependencies.bytemuck] [dependencies.bytemuck]

View File

@ -19,7 +19,7 @@ fj-interop.workspace = true
fj-math.workspace = true fj-math.workspace = true
fj-viewer.workspace = true fj-viewer.workspace = true
futures = "0.3.29" futures = "0.3.29"
thiserror = "1.0.50" thiserror = "1.0.51"
[dependencies.winit] [dependencies.winit]
version = "0.29.2" version = "0.29.2"

View File

@ -21,7 +21,7 @@ fj-interop.workspace = true
fj-math.workspace = true fj-math.workspace = true
fj-viewer.workspace = true fj-viewer.workspace = true
fj-window.workspace = true fj-window.workspace = true
thiserror = "1.0.50" thiserror = "1.0.51"
tracing = "0.1.40" tracing = "0.1.40"
[dependencies.clap] [dependencies.clap]

View File

@ -14,7 +14,7 @@ log = "0.4.20"
secstr = "0.5.0" secstr = "0.5.0"
semver = "1.0.20" semver = "1.0.20"
serde_json = "1.0.108" serde_json = "1.0.108"
thiserror = "1.0.50" thiserror = "1.0.51"
[dependencies.autolib] [dependencies.autolib]
path = "../autolib" path = "../autolib"