mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 16:46:55 +00:00
chore(deps): refresh cargo dependencies (#5132)
Update selected workspace dependencies and lockfile entries. Keep async-nats and rcgen on explicit feature sets while preserving the RustFS targets and TLS test surfaces. Co-authored-by: heihutu <heihutu@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ rustfs-s3-types = { workspace = true }
|
||||
rustfs-utils = { workspace = true, features = ["egress"] }
|
||||
async-trait = { workspace = true }
|
||||
futures-util = { workspace = true }
|
||||
async-nats = { workspace = true }
|
||||
async-nats = { workspace = true, features = ["server_2_10", "server_2_11", "server_2_12", "server_2_14", "service", "aws-lc-rs", "nkeys", "object-store", "kv", "websockets", "nuid"] }
|
||||
deadpool-postgres = { workspace = true }
|
||||
hyper = { workspace = true, features = ["http2", "http1", "server"] }
|
||||
hyper-rustls = { workspace = true, default-features = false, features = ["native-tokio", "tls12", "logging", "aws-lc-rs"] }
|
||||
|
||||
Reference in New Issue
Block a user