mirror of
https://github.com/Zenithsiz/zbuild.git
synced 2026-02-03 14:10:02 +00:00
Removed serde dependency.
This commit is contained in:
parent
0a37343f78
commit
0dc913ff61
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -751,7 +751,6 @@ checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
|
||||
dependencies = [
|
||||
"equivalent",
|
||||
"hashbrown 0.14.5",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -1856,7 +1855,6 @@ dependencies = [
|
||||
"notify",
|
||||
"notify-debouncer-full",
|
||||
"pin-project",
|
||||
"serde",
|
||||
"smallvec",
|
||||
"tempdir",
|
||||
"tokio",
|
||||
|
||||
@ -16,12 +16,11 @@ clap = { version = "4.5.15", features = ["derive"] }
|
||||
console-subscriber = { version = "0.4.0", optional = true }
|
||||
dashmap = "6.0.1"
|
||||
futures = "0.3.30"
|
||||
indexmap = { version = "2.4.0", features = ["serde"] }
|
||||
indexmap = { version = "2.4.0" }
|
||||
itertools = "0.13.0"
|
||||
notify = "6.1.1"
|
||||
notify-debouncer-full = "0.3.1"
|
||||
pin-project = "1.1.5"
|
||||
serde = { version = "1.0.205", features = ["derive"] }
|
||||
smallvec = { version = "1.13.2", features = ["may_dangle"] }
|
||||
tokio = { version = "1.39.2", features = ["full"] }
|
||||
tokio-stream = "0.1.15"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user