update thiserror and add to workspace
This commit is contained in:
Generated
+5
-5
@@ -51,7 +51,7 @@ dependencies = [
|
||||
"ron",
|
||||
"rustc-hash",
|
||||
"serde",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.18",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2391,7 +2391,7 @@ dependencies = [
|
||||
"plain",
|
||||
"redox_event",
|
||||
"redox_syscall 0.7.3",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.18",
|
||||
"xhcid",
|
||||
]
|
||||
|
||||
@@ -2468,7 +2468,7 @@ dependencies = [
|
||||
"redox_syscall 0.7.3",
|
||||
"spin",
|
||||
"static_assertions",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.18",
|
||||
"virtio-core",
|
||||
]
|
||||
|
||||
@@ -2486,7 +2486,7 @@ dependencies = [
|
||||
"redox_event",
|
||||
"redox_syscall 0.7.3",
|
||||
"static_assertions",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.18",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2859,7 +2859,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"smallvec 1.15.1",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.18",
|
||||
"toml",
|
||||
]
|
||||
|
||||
|
||||
@@ -102,6 +102,7 @@ slab = "0.4.9"
|
||||
smallvec = "1"
|
||||
spin = "0.10"
|
||||
static_assertions = "1.1.0"
|
||||
thiserror = "2"
|
||||
toml = "1"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
|
||||
@@ -18,7 +18,7 @@ plain.workspace = true
|
||||
redox_syscall.workspace = true
|
||||
redox_event.workspace = true
|
||||
rustc-hash = "1.1.0"
|
||||
thiserror = "1"
|
||||
thiserror.workspace = true
|
||||
ron.workspace = true
|
||||
serde.workspace = true
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ driver-block = { path = "../driver-block" }
|
||||
daemon = { path = "../../../daemon" }
|
||||
redox_event.workspace = true
|
||||
redox_syscall = { workspace = true, features = ["std"] }
|
||||
thiserror = "1"
|
||||
thiserror.workspace = true
|
||||
xhcid = { path = "../../usb/xhcid" }
|
||||
|
||||
[lints]
|
||||
|
||||
@@ -8,7 +8,7 @@ authors = ["Anhad Singh <andypython@protonmail.com>"]
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
log.workspace = true
|
||||
thiserror = "1.0.40"
|
||||
thiserror.workspace = true
|
||||
static_assertions.workspace = true
|
||||
futures = { version = "0.3.28", features = ["executor"] }
|
||||
spin.workspace = true
|
||||
|
||||
@@ -26,7 +26,7 @@ redox_syscall.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
smallvec = { workspace = true, features = ["serde"] }
|
||||
thiserror = "1"
|
||||
thiserror.workspace = true
|
||||
toml.workspace = true
|
||||
|
||||
common = { path = "../../common" }
|
||||
|
||||
@@ -11,7 +11,7 @@ bitflags.workspace = true
|
||||
redox_syscall.workspace = true
|
||||
libredox.workspace = true
|
||||
log.workspace = true
|
||||
thiserror = "1.0.40"
|
||||
thiserror.workspace = true
|
||||
futures = { version = "0.3.28", features = ["executor"] }
|
||||
crossbeam-queue = "0.3.8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user