diff --git a/Cargo.lock b/Cargo.lock index d6c15186ebbb7..84d775e98e808 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11604,7 +11604,7 @@ dependencies = [ "reqwest", "ring 0.16.20", "rust_decimal", - "rustls 0.22.0", + "rustls 0.21.9", "scopeguard", "sea-orm", "sea-query", diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index d5d97547e39a5..e26d614800d5d 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -107,7 +107,7 @@ regex-syntax = { version = "0.8" } reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] } ring = { version = "0.16", features = ["std"] } rust_decimal = { version = "1", features = ["db-postgres", "maths"] } -rustls = { version = "0.22" } +rustls = { version = "0.21" } scopeguard = { version = "1" } sea-orm = { version = "0.12", features = ["runtime-tokio-native-tls", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite"] } sea-query = { version = "0.30", default-features = false, features = ["backend-mysql", "backend-postgres", "backend-sqlite", "derive", "hashable-value", "postgres-array", "thread-safe", "with-bigdecimal", "with-chrono", "with-json", "with-rust_decimal", "with-time", "with-uuid"] }