diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 21 |
1 files changed, 0 insertions, 21 deletions
@@ -1115,7 +1115,6 @@ dependencies = [ "rustls-pemfile", "serde", "sysinfo", - "thiserror", ] [[package]] @@ -1311,26 +1310,6 @@ dependencies = [ ] [[package]] -name = "thiserror" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" -dependencies = [ - "thiserror-impl", -] - -[[package]] -name = "thiserror-impl" -version = "1.0.69" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - -[[package]] name = "time" version = "0.3.41" source = "registry+https://github.com/rust-lang/crates.io-index" |