mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-02-06 23:35:37 +01:00
Compare commits
No commits in common. "ce7632d443f46d27cd5b08641c5923ac0c462fda" and "2e5a2408b4985eeaad003d2fc72e22f27fff0fa3" have entirely different histories.
ce7632d443
...
2e5a2408b4
481
Cargo.lock
generated
481
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "echoip-slatecave"
|
name = "echoip-slatecave"
|
||||||
version = "1.5.1"
|
version = "1.2.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Slatian <baschdel@disroot.org>"]
|
authors = ["Slatian <baschdel@disroot.org>"]
|
||||||
|
|
||||||
@ -13,7 +13,7 @@ axum = { version = "0.7", features = ["macros"] }
|
|||||||
axum-extra = { version = "0.9", features = ["cookie", "typed-header"] }
|
axum-extra = { version = "0.9", features = ["cookie", "typed-header"] }
|
||||||
axum-client-ip = "0.6"
|
axum-client-ip = "0.6"
|
||||||
clap = { version = "4.5", features = ["derive"] }
|
clap = { version = "4.5", features = ["derive"] }
|
||||||
governor = "0.7"
|
governor = "0.6"
|
||||||
idna = "1.0"
|
idna = "1.0"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
regex = "1.10"
|
regex = "1.10"
|
||||||
@ -21,8 +21,8 @@ serde = { version = "1", features = ["derive","rc"] }
|
|||||||
tokio = { version = "1", features = ["macros","signal"] }
|
tokio = { version = "1", features = ["macros","signal"] }
|
||||||
tera = "1"
|
tera = "1"
|
||||||
toml = "0.8"
|
toml = "0.8"
|
||||||
tower = "0.5"
|
tower = "0.4"
|
||||||
tower-http = { version = "0.6", features = ["fs"] }
|
tower-http = { version = "0.5", features = ["fs"] }
|
||||||
hickory-proto = "0.24"
|
hickory-proto = "0.24"
|
||||||
hickory-resolver = { version = "0.24", features = ["dns-over-rustls","dns-over-https","dns-over-quic","native-certs"] }
|
hickory-resolver = { version = "0.24", features = ["dns-over-rustls","dns-over-https","dns-over-quic","native-certs"] }
|
||||||
maxminddb = "0.24"
|
maxminddb = "0.24"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user