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

@ -24,23 +24,23 @@ logs = [
]
[dependencies]
async-trait = { version = "0.1.66", optional = true }
async-trait = { version = "0.1.68", optional = true }
bytes = "1.4.0"
error-stack = "0.3.1"
futures = { version = "0.3.27", optional = true }
futures = { version = "0.3.28", optional = true }
hex = "0.4.3"
nanoid = "0.4.0"
once_cell = "1.17.1"
rand = "0.8.5"
regex = "1.7.1"
regex = "1.7.3"
ring = "0.16.20"
serde = { version = "1.0.155", features = ["derive"] }
serde_json = "1.0.94"
serde = { version = "1.0.160", features = ["derive"] }
serde_json = "1.0.96"
serde_urlencoded = "0.7.1"
signal-hook-tokio = { version = "0.3.1", features = ["futures-v0_3"], optional = true }
signal-hook = { version = "0.3.15", optional = true }
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"], optional = true }
thiserror = "1.0.39"
tokio = { version = "1.27.0", features = ["macros", "rt-multi-thread"], optional = true }
thiserror = "1.0.40"
time = { version = "0.3.20", features = ["serde", "serde-well-known", "std"] }
md5 = "0.7.0"