mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +02:00
bumb dependencies
This commit is contained in:
parent
0f003cd8af
commit
d38a7ff0e5
4 changed files with 308 additions and 333 deletions
|
|
@ -2,10 +2,10 @@
|
|||
name = "palantir"
|
||||
version = "0.1.0"
|
||||
authors = ["Robin Appelman <robin@icewind.nl>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
color-eyre = "0.5"
|
||||
color-eyre = "0.6.1"
|
||||
warp = "0.3"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
ctrlc = { version = "3", features = ["termination"] }
|
||||
|
|
@ -15,9 +15,9 @@ once_cell = "1"
|
|||
hostname = "0.3"
|
||||
libc = "0.2"
|
||||
ahash = "0.7"
|
||||
bollard = "0.11"
|
||||
bollard = "0.13.0"
|
||||
futures-util = "0.3"
|
||||
libmdns = "0.6"
|
||||
libmdns = "0.7"
|
||||
|
||||
[dev-dependencies]
|
||||
iai = "0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue