Remove unused crate
All checks were successful
Build and push container image / build (push) Successful in 12m20s
All checks were successful
Build and push container image / build (push) Successful in 12m20s
This commit is contained in:
parent
aa62dfca29
commit
025a65eefb
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -1028,7 +1028,6 @@ dependencies = [
|
||||
"cargo_toml",
|
||||
"feed-rs",
|
||||
"once_cell",
|
||||
"os_info",
|
||||
"poise",
|
||||
"regex",
|
||||
"reqwest 0.12.5",
|
||||
@ -1283,17 +1282,6 @@ dependencies = [
|
||||
"vcpkg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "os_info"
|
||||
version = "3.8.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092"
|
||||
dependencies = [
|
||||
"log",
|
||||
"serde",
|
||||
"windows-sys 0.52.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "parking_lot"
|
||||
version = "0.12.3"
|
||||
|
@ -10,11 +10,10 @@ bb8-redis = "0.16.0"
|
||||
cargo_toml = "0.20.4"
|
||||
feed-rs = "2.1.0"
|
||||
once_cell = "1.19.0"
|
||||
os_info = "3.8.2"
|
||||
poise = "0.6.1"
|
||||
regex = "1.10.6"
|
||||
reqwest = { version = "0.12.5", features = ["json"] }
|
||||
serde = "1.0.204"
|
||||
serde = "1.0.205"
|
||||
serde_json = "1.0.122"
|
||||
sysinfo = "0.31.2"
|
||||
tokenservice-client = { version = "0.3.3", registry = "gitea" }
|
||||
|
Loading…
Reference in New Issue
Block a user