Skip to content

Commit e987690

Browse files
Merge branch 'main' into reuse-time-bin
2 parents d0631f8 + d61d73b commit e987690

24 files changed

Lines changed: 810 additions & 305 deletions

Cargo.lock

Lines changed: 221 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "parseable"
33
version = "2.8.0"
44
authors = ["Parseable Team <hi@parseable.com>"]
55
edition = "2024"
6-
rust-version = "1.88.0"
6+
rust-version = "1.91.0"
77
categories = ["logs", "observability", "metrics", "traces"]
88
build = "build.rs"
99

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
# build stage
17-
FROM rust:1.93.0-bookworm AS builder
17+
FROM rust:1.96.0-bookworm AS builder
1818

1919
LABEL org.opencontainers.image.title="Parseable"
2020
LABEL maintainer="Parseable Team <hi@parseable.io>"

Dockerfile.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
# build stage
17-
FROM docker.io/rust:1.93.0-bookworm AS builder
17+
FROM docker.io/rust:1.96.0-bookworm AS builder
1818

1919
LABEL org.opencontainers.image.title="Parseable"
2020
LABEL maintainer="Parseable Team <hi@parseable.io>"

0 commit comments

Comments
 (0)