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-17 00:37:34 +00:00
parent cea0a88980
commit 06766cbcd6
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"