Skip to content

Commit b03d81e

Browse files
committed
fix: fix foyer panics, cherry pick #21145
Signed-off-by: MrCroxx <[email protected]>
1 parent 22526b9 commit b03d81e

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 8 additions & 8 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
@@ -78,7 +78,7 @@ license = "Apache-2.0"
7878
repository = "https://github.com/risingwavelabs/risingwave"
7979

8080
[workspace.dependencies]
81-
foyer = { version = "0.15.2", features = ["tracing", "nightly"] }
81+
foyer = { version = "0.15.3", features = ["tracing", "nightly"] }
8282
mixtrics = { version = "0.0.4", features = ["prometheus"] }
8383
apache-avro = { git = "https://github.com/risingwavelabs/avro", rev = "25113ba88234a9ae23296e981d8302c290fdaa4b", features = [
8484
"snappy",

0 commit comments

Comments
 (0)