start refactor of ip management
This commit is contained in:
@@ -4,14 +4,14 @@ version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
bollard = "0.14"
|
||||
bollard = "0.19"
|
||||
futures = "0.3"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
rusqlite = { version = "0.29.0", features = ["bundled"] }
|
||||
actix-web = "4"
|
||||
env_logger = "*"
|
||||
env_logger = "0.11"
|
||||
derive_more = "*"
|
||||
log = "*"
|
||||
log = "0.4"
|
||||
serde = "*"
|
||||
serde_json = "*"
|
||||
fallible-iterator = "*"
|
||||
@@ -19,4 +19,4 @@ fallible-iterator = "*"
|
||||
[target.x86_64-unknown-linux-gnu]
|
||||
rustflags = [
|
||||
"-C", "link-arg=-fuse-ld=mold",
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user