diff --git a/Cargo.lock b/Cargo.lock index 26a7503069e3b..6819b70048b35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -738,9 +738,9 @@ dependencies = [ [[package]] name = "async-nats" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e45b67ea596bb94741ef15ba1d90b72c92bdc07553d8033734cb620a2b39f1c" +checksum = "dbc1f1a75fd07f0f517322d103211f12d757658e91676def9a2e688774656c60" dependencies = [ "base64 0.21.4", "bytes", @@ -752,7 +752,7 @@ dependencies = [ "once_cell", "rand", "regex", - "ring 0.16.20", + "ring 0.17.5", "rustls", "rustls-native-certs", "rustls-pemfile", diff --git a/src/connector/Cargo.toml b/src/connector/Cargo.toml index 70eb4a0435ab3..605a060f6fa6b 100644 --- a/src/connector/Cargo.toml +++ b/src/connector/Cargo.toml @@ -23,7 +23,7 @@ apache-avro = { git = "https://github.com/risingwavelabs/avro", rev = "d0846a16c ] } arrow-array = { workspace = true } arrow-schema = { workspace = true } -async-nats = "0.32" +async-nats = "0.33" async-trait = "0.1" auto_enums = { version = "0.8", features = ["futures03"] } auto_impl = "1"