mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
update backend dependencies (#1637)
This commit is contained in:
@@ -9,7 +9,7 @@ edition = "2021"
|
||||
patch-db = { version = "*", path = "../../patch-db/patch-db", features = [
|
||||
"trace",
|
||||
] }
|
||||
serde = { version = "1.0.*", features = ["derive", "rc"] }
|
||||
thiserror = "1.0.*"
|
||||
emver = { version = "0.1.6", features = ["serde"] }
|
||||
rand = "0.7.*"
|
||||
serde = { version = "1.0", features = ["derive", "rc"] }
|
||||
thiserror = "1.0"
|
||||
emver = { version = "0.1", features = ["serde"] }
|
||||
rand = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user