Merge branch 'master' into renovate/clap-4.x
This commit is contained in:
@ -15,16 +15,16 @@ categories = [ "games" ]
|
||||
clap = { version = "4.2.5", features = ["derive"] }
|
||||
log = "0.4.17"
|
||||
env_logger = "0.10.0"
|
||||
serde = { version = "1.0.159", features = ["derive"] }
|
||||
serde = { version = "1.0.160", features = ["derive"] }
|
||||
serde_json = "1.0.96"
|
||||
actix-web = "4.1.0"
|
||||
actix-cors = "0.6.2"
|
||||
actix = "0.13.0"
|
||||
actix-web-actors = "4.1.0"
|
||||
actix-rt = "2.7.0"
|
||||
uuid = { version = "1.1.2", features = ["v4"] }
|
||||
uuid = { version = "1.3.2", features = ["v4"] }
|
||||
rand = "0.8.5"
|
||||
serde_with = "2.0.1"
|
||||
serde_with = "2.3.3"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
semver = "1.0.14"
|
||||
|
||||
|
Reference in New Issue
Block a user