3 Commits

Author SHA1 Message Date
4ad1095819 Update dependency eslint-plugin-react-dom to ^1.53.1
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-03-04 00:23:26 +00:00
c2a8255c82 Merge pull request 'Update Rust crate anyhow to 1.0.102' (#193) from renovate/anyhow-1.x into main
Some checks failed
continuous-integration/drone/push Build is failing
2026-03-03 00:20:55 +00:00
a422f5e3c4 Update Rust crate anyhow to 1.0.102
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2026-03-02 00:22:12 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -437,9 +437,9 @@ dependencies = [
[[package]] [[package]]
name = "anyhow" name = "anyhow"
version = "1.0.101" version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
[[package]] [[package]]
name = "arc-swap" name = "arc-swap"

View File

@@ -15,7 +15,7 @@ actix-multipart = "0.7.2"
actix-remote-ip = "0.1.0" actix-remote-ip = "0.1.0"
actix-session = { version = "0.11.0", features = ["redis-session"] } actix-session = { version = "0.11.0", features = ["redis-session"] }
actix-files = "0.6.10" actix-files = "0.6.10"
anyhow = "1.0.101" anyhow = "1.0.102"
serde = { version = "1.0.228", features = ["derive"] } serde = { version = "1.0.228", features = ["derive"] }
rust-s3 = "0.37.1" rust-s3 = "0.37.1"
thiserror = "2.0.18" thiserror = "2.0.18"