Skip to content

Commit 58efe47

Browse files
committed
Bump to Rust 1.91.1
1 parent b729fca commit 58efe47

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2024"
55
homepage = "https://github.com/streamfold/rotel-lambda-extension"
66
readme = "README.md"
7-
rust-version = "1.85.1"
7+
rust-version = "1.91"
88

99
[dependencies]
1010
hyper-util = { version = "0.1", features = ["full"] }
@@ -26,7 +26,7 @@ rustls = "0.23.20"
2626
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
2727
tracing-appender = "0.2.3"
2828
tower = { version = "0.5.2", features = ["retry", "timeout"] }
29-
rotel = { git = "https://github.com/streamfold/rotel", rev = "4751b88526519544107144bcabc3d361e0a3a378", default-features = false, features = ["rdkafka"] }
29+
rotel = { git = "https://github.com/streamfold/rotel", rev = "8dbea036e4216ac6014792c453e428e7cd17e35c", default-features = false, features = ["rdkafka"] }
3030
opentelemetry-proto = "0.30.0"
3131
chrono = "0.4.40"
3232
opentelemetry-semantic-conventions = { version = "0.30.0", features = ["semconv_experimental"] }

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.89"
2+
channel = "1.91.1"
33
targets = ["x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]

0 commit comments

Comments
 (0)