Update Rust crate thiserror to 2.0.17
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-10-18 00:38:24 +00:00
parent 67b0e323e7
commit 432764cbdd
2 changed files with 8 additions and 8 deletions

View File

@@ -19,7 +19,7 @@ lazy_static = "1.5.0"
anyhow = "1.0.100"
serde = { version = "1.0.228", features = ["derive"] }
rust-s3 = "0.36.0-beta.2"
thiserror = "2.0.12"
thiserror = "2.0.17"
tokio = "1.45.1"
futures-util = "0.3.31"
serde_json = "1.0.145"