chore(dependencies): Update dependencies for router packages (#902)

This commit is contained in:
Sampras Lopes
2023-04-18 22:46:51 +05:30
committed by GitHub
parent dee5f6156a
commit 171c412056
15 changed files with 473 additions and 409 deletions

View File

@ -31,12 +31,12 @@ actix-cors = "0.6.4"
actix-rt = "2.8.0"
actix-web = "4.3.1"
async-bb8-diesel = { git = "https://github.com/juspay/async-bb8-diesel", rev = "9a71d142726dbc33f41c1fd935ddaa79841c7be5" }
async-trait = "0.1.66"
async-trait = "0.1.68"
base64 = "0.21.0"
bb8 = "0.8"
blake3 = "1.3.3"
bytes = "1.4.0"
clap = { version = "4.1.8", default-features = false, features = ["std", "derive", "help", "usage"] }
clap = { version = "4.2.2", default-features = false, features = ["std", "derive", "help", "usage"] }
config = { version = "0.13.3", features = ["toml"] }
crc32fast = "1.3.2"
diesel = { version = "2.0.3", features = ["postgres"] }
@ -45,39 +45,39 @@ encoding_rs = "0.8.32"
error-stack = "0.3.1"
frunk = "0.4.1"
frunk_core = "0.4.1"
futures = "0.3.27"
futures = "0.3.28"
hex = "0.4.3"
http = "0.2.9"
josekit = "0.8.2"
jsonwebtoken = "8.2.0"
jsonwebtoken = "8.3.0"
literally = "0.1.3"
maud = { version = "0.24", features = ["actix-web"] }
maud = { version = "0.25", features = ["actix-web"] }
mimalloc = { version = "0.1", optional = true }
mime = "0.3.16"
mime = "0.3.17"
moka = { version = "0.10", features = ["future"] }
nanoid = "0.4.0"
num_cpus = "1.15.0"
once_cell = "1.17.1"
rand = "0.8.5"
regex = "1.7.1"
reqwest = { version = "0.11.14", features = ["json", "native-tls", "gzip"] }
regex = "1.7.3"
reqwest = { version = "0.11.16", features = ["json", "native-tls", "gzip"] }
ring = "0.16.20"
serde = { version = "1.0.155", features = ["derive"] }
serde_json = "1.0.94"
serde_path_to_error = "0.1.10"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde_path_to_error = "0.1.11"
serde_qs = { version = "0.12.0", optional = true }
serde_urlencoded = "0.7.1"
serde_with = "2.3.1"
serde_with = "2.3.2"
signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"] }
signal-hook = "0.3.15"
strum = { version = "0.24.1", features = ["derive"] }
thiserror = "1.0.39"
thiserror = "1.0.40"
time = { version = "0.3.20", features = ["serde", "serde-well-known", "std"] }
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"] }
url = { version = "2.3.1", features = ["serde"] }
utoipa = { version = "3.2.0", features = ["preserve_order", "time"] }
utoipa-swagger-ui = { version = "3.1.1", features = ["actix-web"] }
uuid = { version = "1.3.0", features = ["serde", "v4"] }
utoipa = { version = "3.3.0", features = ["preserve_order", "time"] }
utoipa-swagger-ui = { version = "3.1.3", features = ["actix-web"] }
uuid = { version = "1.3.1", features = ["serde", "v4"] }
# First party crates
api_models = { version = "0.1.0", path = "../api_models", features = ["errors"] }
@ -97,10 +97,10 @@ actix-http = "3.3.1"
awc = { version = "3.1.1", features = ["rustls"] }
derive_deref = "1.1.1"
rand = "0.8.5"
serial_test = "1.0.0"
serial_test = "2.0.0"
time = { version = "0.3.20", features = ["macros"] }
tokio = "1.26.0"
toml = "0.7.2"
tokio = "1.27.0"
toml = "0.7.3"
wiremock = "0.5"
[[bin]]