mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-20 22:25:51 +00:00
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:
parent
d882a63b2d
commit
b611dacbf3
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -3094,18 +3094,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.50"
|
||||
version = "1.0.51"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
||||
checksum = "f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.50"
|
||||
version = "1.0.51"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
||||
checksum = "01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -21,7 +21,7 @@ itertools = "0.12.0"
|
||||
parking_lot = "0.12.0"
|
||||
robust = "1.1.0"
|
||||
spade = "2.4.1"
|
||||
thiserror = "1.0.50"
|
||||
thiserror = "1.0.51"
|
||||
type-map = "0.5.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
@ -16,7 +16,7 @@ workspace = true
|
||||
[dependencies]
|
||||
fj-interop.workspace = true
|
||||
fj-math.workspace = true
|
||||
thiserror = "1.0.50"
|
||||
thiserror = "1.0.51"
|
||||
threemf = "0.4.0"
|
||||
stl = "0.2.1"
|
||||
wavefront_rs = "=2.0.0-beta.1"
|
||||
|
@ -20,7 +20,7 @@ fj-math.workspace = true
|
||||
nalgebra = "0.32.3"
|
||||
tobj = "4.0.0"
|
||||
raw-window-handle = "0.5.2"
|
||||
thiserror = "1.0.50"
|
||||
thiserror = "1.0.51"
|
||||
tracing = "0.1.40"
|
||||
|
||||
[dependencies.bytemuck]
|
||||
|
@ -19,7 +19,7 @@ fj-interop.workspace = true
|
||||
fj-math.workspace = true
|
||||
fj-viewer.workspace = true
|
||||
futures = "0.3.29"
|
||||
thiserror = "1.0.50"
|
||||
thiserror = "1.0.51"
|
||||
|
||||
[dependencies.winit]
|
||||
version = "0.29.2"
|
||||
|
@ -21,7 +21,7 @@ fj-interop.workspace = true
|
||||
fj-math.workspace = true
|
||||
fj-viewer.workspace = true
|
||||
fj-window.workspace = true
|
||||
thiserror = "1.0.50"
|
||||
thiserror = "1.0.51"
|
||||
tracing = "0.1.40"
|
||||
|
||||
[dependencies.clap]
|
||||
|
@ -14,7 +14,7 @@ log = "0.4.20"
|
||||
secstr = "0.5.0"
|
||||
semver = "1.0.20"
|
||||
serde_json = "1.0.108"
|
||||
thiserror = "1.0.50"
|
||||
thiserror = "1.0.51"
|
||||
|
||||
[dependencies.autolib]
|
||||
path = "../autolib"
|
||||
|
Loading…
Reference in New Issue
Block a user