mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-10-03 03:45:55 +08:00
fixed migrations tool
This commit is contained in:
parent
26a9c99dfa
commit
e98d702170
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ resolver = "2"
|
|||
[workspace.dependencies]
|
||||
bytes = "1.4"
|
||||
data-encoding = "2.3"
|
||||
serde = "1.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
russh = { version = "0.50.2", features = ["des"] }
|
||||
futures = "0.3"
|
||||
|
|
Loading…
Add table
Reference in a new issue