diff --git a/Cargo.lock b/Cargo.lock index 31cb3a73d631..31acebf611c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2871,7 +2871,7 @@ dependencies = [ [[package]] name = "foyer" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=ef773f2#ef773f2bff63802486cae4360f7f67f51bdcc872" +source = "git+https://github.com/mrcroxx/foyer?rev=ac26695#ac26695d5bf06fb4f2bd9aae2920382a1b37ebcd" dependencies = [ "foyer-common", "foyer-intrusive", @@ -2882,7 +2882,7 @@ dependencies = [ [[package]] name = "foyer-common" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=ef773f2#ef773f2bff63802486cae4360f7f67f51bdcc872" +source = "git+https://github.com/mrcroxx/foyer?rev=ac26695#ac26695d5bf06fb4f2bd9aae2920382a1b37ebcd" dependencies = [ "bytes", "foyer-workspace-hack", @@ -2896,7 +2896,7 @@ dependencies = [ [[package]] name = "foyer-intrusive" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=ef773f2#ef773f2bff63802486cae4360f7f67f51bdcc872" +source = "git+https://github.com/mrcroxx/foyer?rev=ac26695#ac26695d5bf06fb4f2bd9aae2920382a1b37ebcd" dependencies = [ "bytes", "cmsketch", @@ -2913,7 +2913,7 @@ dependencies = [ [[package]] name = "foyer-storage" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=ef773f2#ef773f2bff63802486cae4360f7f67f51bdcc872" +source = "git+https://github.com/mrcroxx/foyer?rev=ac26695#ac26695d5bf06fb4f2bd9aae2920382a1b37ebcd" dependencies = [ "anyhow", "async-channel", @@ -2943,7 +2943,7 @@ dependencies = [ [[package]] name = "foyer-workspace-hack" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=ef773f2#ef773f2bff63802486cae4360f7f67f51bdcc872" +source = "git+https://github.com/mrcroxx/foyer?rev=ac26695#ac26695d5bf06fb4f2bd9aae2920382a1b37ebcd" dependencies = [ "crossbeam-utils", "either", diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index 0d2cf271c9f5..cac6de6fe60b 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -26,7 +26,7 @@ dyn-clone = "1.0.14" either = "1" enum-as-inner = "0.6" fail = "0.5" -foyer = { git = "https://github.com/mrcroxx/foyer", rev = "ef773f2" } +foyer = { git = "https://github.com/mrcroxx/foyer", rev = "ac26695" } futures = { version = "0.3", default-features = false, features = ["alloc"] } futures-async-stream = { workspace = true } hex = "0.4"