mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 19:22:26 +00:00
Update Cargo.toml
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -3114,7 +3114,6 @@ dependencies = [
|
||||
"itertools 0.14.0",
|
||||
"log",
|
||||
"quick-xml",
|
||||
"reqwest",
|
||||
"rustical_xml",
|
||||
"serde",
|
||||
"thiserror 2.0.12",
|
||||
|
||||
@@ -8,16 +8,15 @@ publish = false
|
||||
|
||||
[dependencies]
|
||||
rustical_xml.workspace = true
|
||||
actix-web = { workspace = true }
|
||||
async-trait = { workspace = true }
|
||||
futures-util = { workspace = true }
|
||||
quick-xml = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
itertools = { workspace = true }
|
||||
log = { workspace = true }
|
||||
derive_more = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tracing-actix-web = { workspace = true }
|
||||
reqwest.workspace = true
|
||||
actix-web.workspace = true
|
||||
async-trait.workspace = true
|
||||
futures-util.workspace = true
|
||||
quick-xml.workspace = true
|
||||
serde.workspace = true
|
||||
thiserror.workspace = true
|
||||
itertools.workspace = true
|
||||
log.workspace = true
|
||||
derive_more.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-actix-web.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user