Compare commits

..

1 Commits

Author SHA1 Message Date
6e3b3a265d fix(deps): update all dependencies 2025-03-27 12:46:18 +00:00

View File

@ -412,7 +412,7 @@ dependencies = [
"openssl-sys",
"ref_slice",
"snap",
"thiserror",
"thiserror 1.0.69",
"tracing",
"twox-hash",
]
@ -473,13 +473,14 @@ dependencies = [
[[package]]
name = "nodrift"
version = "0.3.0"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78273a5b0f2fcc2e64f0d026bcdb15b378055229810036f95c36ffe91dccbc1e"
checksum = "eabb514deb0ef2d5b9223c89d6cd45b37cf42d0033afe97cc59b10cf10509adc"
dependencies = [
"anyhow",
"async-trait",
"thiserror",
"chrono",
"thiserror 2.0.12",
"tokio",
"tokio-util",
"tracing",
@ -832,7 +833,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]]
@ -846,6 +856,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 = "thread_local"
version = "1.1.8"