Skip to content

Commit 89157f3

Browse files
committed
Bump axum and prost versions
1 parent de3596b commit 89157f3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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"
@@ -61,7 +61,7 @@ symbolize = ["util/symbolize"]
6161

6262
[dev-dependencies]
6363
tikv-jemallocator = "0.6"
64-
axum = "0.7"
64+
axum = "0.8"
6565
# re-import tokio to enable all its features. This is required to
6666
# successfully compile the test snipptes that are part of the documentation
6767
tokio = { version = "1", features = ["full"] }

example/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ publish = false
77
[dependencies]
88
jemalloc_pprof = { path = ".." }
99
tokio = { version = "1", features = ["full"] }
10-
axum = "0.7.2"
10+
axum = "0.8"
1111
[target.'cfg(not(target_env = "msvc"))'.dependencies]
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)