Overview
| Comment: | drop other deps |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
eada2037c76abc671a300f3fc982e1fc |
| User & Date: | arcade on 2024-09-17 10:32:25.435 |
| Other Links: | manifest | tags |
Context
|
2024-10-20
| ||
| 10:34 | bump check-in: f6f6e1f66a user: arcade tags: trunk | |
|
2024-09-17
| ||
| 10:32 | drop other deps check-in: eada2037c7 user: arcade tags: trunk | |
| 10:29 | bump sqlx check-in: 285ce2bc31 user: arcade tags: trunk, v0.2.24 | |
Changes
Modified Cargo.toml
from [ade240d04d]
to [956b514e7a].
| ︙ | ︙ | |||
13 14 15 16 17 18 19 |
futures = "0.3.30"
futures-util = "0.3.30"
lazy_static = "1.5.0"
regex = "1.10.6"
reqwest = { version = "0.12.7", features = [ "brotli", "socks", "deflate" ]}
rss = "2.0.9"
sedregex = "0.2.5"
| | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
futures = "0.3.30"
futures-util = "0.3.30"
lazy_static = "1.5.0"
regex = "1.10.6"
reqwest = { version = "0.12.7", features = [ "brotli", "socks", "deflate" ]}
rss = "2.0.9"
sedregex = "0.2.5"
sqlx = { version = "0.8", features = [ "postgres", "runtime-async-std-rustls", "chrono", "macros" ], default-features = false }
telegram-bot = { git = "https://github.com/kworr/telegram-bot", features = [ "rustls" ], default-features = false }
thiserror = "1.0.63"
[profile.release]
lto = true
codegen-units = 1
|