Skip to content

Commit 1a3638d

Browse files
authored
Merge pull request #27 from pydantic/marc/version-bump
Bump `prost` version
2 parents 627104a + 004186c commit 1a3638d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ anyhow = "1"
3131
flate2 = "1.0"
3232
libc = "0.2"
3333
once_cell = "1.19"
34-
prost = { version = "0.13", features = ["no-recursion-limit"] }
34+
prost = { version = "0.14", features = ["no-recursion-limit"] }
3535
tempfile = "3.11"
3636
tikv-jemalloc-ctl = { version = "0.6", features = ["use_std"] }
3737
tracing = "0.1"

example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ axum = "0.8.1"
1212
tikv-jemallocator = { version = "0.6", features = ["profiling", "stats", "unprefixed_malloc_on_supported_platforms", "background_threads"] }
1313

1414
[features]
15-
flamegraph = ["jemalloc_pprof/flamegraph"]
15+
flamegraph = ["jemalloc_pprof/flamegraph"]

0 commit comments

Comments
 (0)