mirror of
https://github.com/netbirdio/IronRDP.git
synced 2026-05-22 18:43:12 -07:00
build(deps): bump thiserror to 2.0
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
committed by
Benoît Cortier
parent
cb99c82c7d
commit
b4fb0aa0c7
Generated
+2
-2
@@ -1515,7 +1515,7 @@ dependencies = [
|
||||
"ironrdp-cliprdr-native",
|
||||
"ironrdp-core",
|
||||
"sspi",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.12",
|
||||
"tracing",
|
||||
"tracing-subscriber",
|
||||
]
|
||||
@@ -2622,7 +2622,7 @@ dependencies = [
|
||||
"pkcs1",
|
||||
"sha1",
|
||||
"tap",
|
||||
"thiserror 1.0.69",
|
||||
"thiserror 2.0.12",
|
||||
"x509-cert",
|
||||
]
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ tap = "1"
|
||||
bit_field = "0.10"
|
||||
byteorder = "1.5" # TODO: remove
|
||||
der-parser = "9.0"
|
||||
thiserror = "1.0"
|
||||
thiserror = "2.0"
|
||||
md5 = { package = "md-5", version = "0.10" }
|
||||
num-bigint = "0.4"
|
||||
num-derive.workspace = true # TODO: remove
|
||||
|
||||
+1
-1
@@ -18,7 +18,7 @@ ironrdp = { path = "../crates/ironrdp", features = ["session", "connector", "dvc
|
||||
ironrdp-cliprdr-native.path = "../crates/ironrdp-cliprdr-native"
|
||||
ironrdp-core = { path = "../crates/ironrdp-core", features = ["alloc"] }
|
||||
sspi = { version = "0.16", features = ["network_client"] }
|
||||
thiserror = "1"
|
||||
thiserror = "2"
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||
|
||||
|
||||
Generated
+23
-3
@@ -29,7 +29,7 @@ dependencies = [
|
||||
"nom",
|
||||
"num-traits",
|
||||
"rusticata-macros",
|
||||
"thiserror",
|
||||
"thiserror 1.0.69",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -394,7 +394,7 @@ dependencies = [
|
||||
"pkcs1",
|
||||
"sha1",
|
||||
"tap",
|
||||
"thiserror",
|
||||
"thiserror 2.0.12",
|
||||
"x509-cert",
|
||||
]
|
||||
|
||||
@@ -696,7 +696,16 @@ version = "1.0.69"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
"thiserror-impl 1.0.69",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "2.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
||||
dependencies = [
|
||||
"thiserror-impl 2.0.12",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -710,6 +719,17 @@ dependencies = [
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "2.0.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tls_codec"
|
||||
version = "0.4.2"
|
||||
|
||||
Reference in New Issue
Block a user