mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
chore(dependencies): Update dependencies for router packages (#902)
This commit is contained in:
@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user