chore(deps): update NamedPipes related deps (#336)
This commit is contained in:
parent
9b57b0f53d
commit
7d0de0b494
2 changed files with 2 additions and 24 deletions
|
|
@ -8,10 +8,7 @@ homepage = "https://github.com/txpipe/pallas"
|
|||
documentation = "https://docs.rs/pallas-upstream"
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
"Santiago Carmuega <santiago@carmuega.me>",
|
||||
"Pi Lanningham <pi.lanningham@gmail.com>",
|
||||
]
|
||||
authors = ["Santiago Carmuega <santiago@carmuega.me>", "Pi Lanningham <pi.lanningham@gmail.com>"]
|
||||
|
||||
[dependencies]
|
||||
byteorder = "1.4.3"
|
||||
|
|
@ -23,10 +20,6 @@ thiserror = "1.0.31"
|
|||
tokio = { version = "1", features = ["net", "io-util", "time", "sync", "macros"] }
|
||||
tracing = "0.1.37"
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
tokio-named-pipes = "0.1.0"
|
||||
windows-sys = "0.48.0"
|
||||
|
||||
[dev-dependencies]
|
||||
tracing-subscriber = "0.3.16"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue