From 7b8f3731064e9d8443a40e0a27df4e5a2b7df8d6 Mon Sep 17 00:00:00 2001 From: Konstantin Matsiushonak Date: Mon, 3 Nov 2025 16:36:47 +0100 Subject: [PATCH 1/2] chore: update aws-lc-rs to 14.4.1 --- launchdarkly-server-sdk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launchdarkly-server-sdk/Cargo.toml b/launchdarkly-server-sdk/Cargo.toml index ff418ff..59e93b7 100644 --- a/launchdarkly-server-sdk/Cargo.toml +++ b/launchdarkly-server-sdk/Cargo.toml @@ -38,7 +38,7 @@ hyper = { version = "0.14.19", features = ["client", "http1", "http2", "tcp"] } hyper-rustls = { version = "0.24.1" , optional = true} rand = "0.9" flate2 = { version = "1.0.35", optional = true } -aws-lc-rs = "1.13.3" +aws-lc-rs = "1.14.1" [dev-dependencies] maplit = "1.0.1" From 82e6993e25d41b419518047561b6e65dc4149410 Mon Sep 17 00:00:00 2001 From: Konstantin Matsiushonak Date: Mon, 3 Nov 2025 17:01:53 +0100 Subject: [PATCH 2/2] chore: Bump MSRV to 1.83.0 --- contract-tests/Cargo.toml | 2 +- launchdarkly-server-sdk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contract-tests/Cargo.toml b/contract-tests/Cargo.toml index 67b713f..228327a 100644 --- a/contract-tests/Cargo.toml +++ b/contract-tests/Cargo.toml @@ -2,7 +2,7 @@ name = "contract-tests" version = "0.1.0" edition = "2021" -rust-version = "1.82.0" # MSRV +rust-version = "1.83.0" # MSRV license = "Apache-2.0" [dependencies] diff --git a/launchdarkly-server-sdk/Cargo.toml b/launchdarkly-server-sdk/Cargo.toml index 59e93b7..d1d5aa2 100644 --- a/launchdarkly-server-sdk/Cargo.toml +++ b/launchdarkly-server-sdk/Cargo.toml @@ -4,7 +4,7 @@ description = "LaunchDarkly Server-Side SDK" version = "2.6.1" authors = ["LaunchDarkly"] edition = "2021" -rust-version = "1.82.0" # MSRV +rust-version = "1.83.0" # MSRV license = "Apache-2.0" homepage = "https://docs.launchdarkly.com/sdk/server-side/rust" repository = "https://github.com/launchdarkly/rust-server-sdk"