Also 'cargo clippy --fix', as current clippy warns on more things.
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -25,16 +25,16 @@ exclude = [
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
constant_time_eq = "0.3"
|
||||
constant_time_eq = "0.4"
|
||||
dateparser = "0.2"
|
||||
env_logger = "0.10"
|
||||
env_logger = "0.11"
|
||||
futures = "0.3"
|
||||
http = "0.2"
|
||||
http = "1.3"
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
matrix-sdk = { version = "0.6", features = ["anyhow", "markdown", "rustls-tls"], default-features = false }
|
||||
quick-xml = { version = "0.30", features = ["serialize"] }
|
||||
matrix-sdk = { version = "0.13", features = ["anyhow", "markdown", "rustls-tls"], default-features = false }
|
||||
quick-xml = { version = "0.38", features = ["serialize"] }
|
||||
regex = "1"
|
||||
reqwest = { version = "0.11", default-features = false, features = ["tokio-rustls", "rustls-tls-native-roots", "gzip"] }
|
||||
reqwest = { version = "0.12", default-features = false, features = ["charset", "http2", "gzip", "rustls-tls-native-roots", "system-proxy"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
serde_regex = "1"
|
||||
|
Reference in New Issue
Block a user