From 0b679c957e373ad1f36dc0906031ee99d1721ef8 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 21 Jan 2026 01:47:37 +0000 Subject: [PATCH] fix(deps): update rust crate async-nats to 0.46 --- Cargo.lock | 6 +++--- crates/noleader/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 609cd1e..ba99804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,9 +25,9 @@ checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" [[package]] name = "async-nats" -version = "0.45.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86dde77d8a733a9dbaf865a9eb65c72e09c88f3d14d3dd0d2aecf511920ee4fe" +checksum = "df5af9ebfb0a14481d3eaf6101e6391261e4f30d25b26a7635ade8a39482ded0" dependencies = [ "base64", "bytes", @@ -42,7 +42,7 @@ dependencies = [ "regex", "ring", "rustls-native-certs", - "rustls-pemfile", + "rustls-pki-types", "rustls-webpki 0.102.8", "serde", "serde_json", diff --git a/crates/noleader/Cargo.toml b/crates/noleader/Cargo.toml index d667f9c..ada81b3 100644 --- a/crates/noleader/Cargo.toml +++ b/crates/noleader/Cargo.toml @@ -19,7 +19,7 @@ tokio-util = "0.7" rand = "0.9" async-trait = "0.1" -async-nats = { version = "0.45", optional = true } +async-nats = { version = "0.46", optional = true } # fork until dangerous set migrate table name is stable. Should be any version after 8.6 sqlx = { git = "https://github.com/launchbadge/sqlx", features = [