1 Commits

Author SHA1 Message Date
6699c9a36d Update Rust crate serde_json to 1.0.145
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2025-11-07 00:11:12 +00:00

View File

@@ -6,13 +6,13 @@ edition = "2021"
[dependencies]
log = "0.4.28"
env_logger = "0.11.8"
clap = { version = "4.5.53", features = ["derive", "env"] }
clap = { version = "4.5.51", features = ["derive", "env"] }
lazy_static = "1.5.0"
anyhow = "1.0.100"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.145"
rust-s3 = { version = "0.37.0", features = ["tokio"] }
actix-web = "4.12.0"
actix-web = "4.11.0"
actix-session = { version = "0.11.0", features = ["redis-session"] }
light-openid = "1.0.4"
thiserror = "2.0.17"
@@ -27,9 +27,9 @@ chrono = "0.4.42"
futures-util = { version = "0.3.31", features = ["sink"] }
jwt-simple = { version = "0.12.13", default-features = false, features = ["pure-rust"] }
actix-remote-ip = "0.1.0"
bytes = "1.11.0"
bytes = "1.10.1"
sha2 = "0.11.0-rc.3"
base16ct = { version = "0.3.0", features = ["alloc"] }
ruma = { version = "0.14.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
ruma = { version = "0.13.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
actix-ws = "0.3.0"
tokio = { version = "1.48.0", features = ["rt", "time", "macros", "rt-multi-thread"] }