diff --git a/Cargo.lock b/Cargo.lock index 5a641df675d77..c644497f43086 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2833,7 +2833,7 @@ dependencies = [ [[package]] name = "foyer" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=d7d52d7#d7d52d7d7e74131fbc43a44c735c5842efd106c8" +source = "git+https://github.com/mrcroxx/foyer?rev=2c6f080#2c6f080835f49fc6026b97fd53d389bae81e9361" dependencies = [ "foyer-common", "foyer-intrusive", @@ -2844,7 +2844,7 @@ dependencies = [ [[package]] name = "foyer-common" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=d7d52d7#d7d52d7d7e74131fbc43a44c735c5842efd106c8" +source = "git+https://github.com/mrcroxx/foyer?rev=2c6f080#2c6f080835f49fc6026b97fd53d389bae81e9361" dependencies = [ "bytes", "foyer-workspace-hack", @@ -2858,7 +2858,7 @@ dependencies = [ [[package]] name = "foyer-intrusive" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=d7d52d7#d7d52d7d7e74131fbc43a44c735c5842efd106c8" +source = "git+https://github.com/mrcroxx/foyer?rev=2c6f080#2c6f080835f49fc6026b97fd53d389bae81e9361" dependencies = [ "bytes", "cmsketch", @@ -2875,7 +2875,7 @@ dependencies = [ [[package]] name = "foyer-storage" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=d7d52d7#d7d52d7d7e74131fbc43a44c735c5842efd106c8" +source = "git+https://github.com/mrcroxx/foyer?rev=2c6f080#2c6f080835f49fc6026b97fd53d389bae81e9361" dependencies = [ "anyhow", "async-channel", @@ -2905,7 +2905,7 @@ dependencies = [ [[package]] name = "foyer-workspace-hack" version = "0.1.0" -source = "git+https://github.com/mrcroxx/foyer?rev=d7d52d7#d7d52d7d7e74131fbc43a44c735c5842efd106c8" +source = "git+https://github.com/mrcroxx/foyer?rev=2c6f080#2c6f080835f49fc6026b97fd53d389bae81e9361" dependencies = [ "crossbeam-utils", "either", diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index 01a04984b92b6..eec57c85653e2 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -26,7 +26,7 @@ dyn-clone = "1.0.13" either = "1" enum-as-inner = "0.6" fail = "0.5" -foyer = { git = "https://github.com/mrcroxx/foyer", rev = "d7d52d7" } +foyer = { git = "https://github.com/mrcroxx/foyer", rev = "2c6f080" } futures = { version = "0.3", default-features = false, features = ["alloc"] } futures-async-stream = { workspace = true } hex = "0.4"