From 87ec806d8d3a5a538b2931866cc724f059940ab7 Mon Sep 17 00:00:00 2001 From: Mike Heffner Date: Mon, 8 Dec 2025 16:31:19 -0500 Subject: [PATCH] Bump to Rust 1.91.1 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- rust-toolchain.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79245d6..5e5a209 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2000,7 +2000,7 @@ dependencies = [ [[package]] name = "rotel" version = "0.1.0" -source = "git+https://github.com/streamfold/rotel?rev=4751b88526519544107144bcabc3d361e0a3a378#4751b88526519544107144bcabc3d361e0a3a378" +source = "git+https://github.com/streamfold/rotel?rev=b9be5b421333633ee920dc6afaf89fb92db77bf1#b9be5b421333633ee920dc6afaf89fb92db77bf1" dependencies = [ "bstr", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 5a6e07c..ebbe176 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2024" homepage = "https://github.com/streamfold/rotel-lambda-extension" readme = "README.md" -rust-version = "1.85.1" +rust-version = "1.91" [dependencies] hyper-util = { version = "0.1", features = ["full"] } @@ -26,7 +26,7 @@ rustls = "0.23.20" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } tracing-appender = "0.2.3" tower = { version = "0.5.2", features = ["retry", "timeout"] } -rotel = { git = "https://github.com/streamfold/rotel", rev = "4751b88526519544107144bcabc3d361e0a3a378", default-features = false, features = ["rdkafka"] } +rotel = { git = "https://github.com/streamfold/rotel", rev = "b9be5b421333633ee920dc6afaf89fb92db77bf1", default-features = false, features = ["rdkafka"] } opentelemetry-proto = "0.30.0" chrono = "0.4.40" opentelemetry-semantic-conventions = { version = "0.30.0", features = ["semconv_experimental"] } diff --git a/rust-toolchain.toml b/rust-toolchain.toml index d3cec7d..bad0e4e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.89" +channel = "1.91.1" targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]