chore: Update dependencies
This commit is contained in:
parent
4eef0caae5
commit
8ec0ce9224
14 changed files with 823 additions and 465 deletions
|
|
@ -10,16 +10,16 @@ description = "A wrapper around pop-launcher, pop-launcher-service and pop-launc
|
|||
pop-launcher-plugins = { path = "../plugins"}
|
||||
pop-launcher-service = { path = "../service"}
|
||||
pop-launcher = { path = "../" }
|
||||
async-trait = "0.1.53"
|
||||
tracing = "0.1.32"
|
||||
tracing-subscriber = { version = "0.3.9", default-features = false, features = ["std", "fmt", "env-filter"] }
|
||||
async-trait = "0.1.58"
|
||||
tracing = "0.1.37"
|
||||
tracing-subscriber = { version = "0.3.16", default-features = false, features = ["std", "fmt", "env-filter"] }
|
||||
dirs = "4.0.0"
|
||||
futures = "0.3.21"
|
||||
futures = "0.3.25"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1", features = [ "rt" ] }
|
||||
fork = "0.1.19"
|
||||
fork = "0.1.20"
|
||||
|
||||
[[example]]
|
||||
name = "man-pages-plugin"
|
||||
path = "examples/man-pages-plugin.rs"
|
||||
path = "examples/man-pages-plugin.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue