diff --git a/shed/completion_verify/BUCK b/shed/completion_verify/BUCK index 8d5f788f274ad..3720bd6c2d1fc 100644 --- a/shed/completion_verify/BUCK +++ b/shed/completion_verify/BUCK @@ -18,7 +18,7 @@ rust_binary( }, }), deps = [ - "fbsource//third-party/rust:buck-resources", + "fbcode//buck2/integrations/resources/rust:buck_resources", "fbsource//third-party/rust:clap", "fbsource//third-party/rust:ptyprocess", "fbsource//third-party/rust:tempfile", diff --git a/shim/third-party/rust/Cargo.toml b/shim/third-party/rust/Cargo.toml index 9265aab9ddef0..cb8b6ff87d7c3 100644 --- a/shim/third-party/rust/Cargo.toml +++ b/shim/third-party/rust/Cargo.toml @@ -46,7 +46,6 @@ bincode = { version = "2", features = ["serde"] } bitflags = "2.9" blake3 = { version = "=1.8.2", features = ["mmap", "rayon", "traits-preview"] } # Check overlay before updating bstr = { version = "1.10.0", features = ["serde", "std", "unicode"] } -buck-resources = "1" bumpalo = { version = "3.20.2", features = ["allocator_api", "collections"] } byteorder = "1.5" bytemuck = { version = "1.25", features = ["const_zeroed", "derive", "min_const_generics", "must_cast", "nightly_portable_simd", "nightly_stdsimd"] } @@ -224,6 +223,7 @@ textwrap = { version = "0.16.0", features = ["terminal_size"] } thiserror = "2.0.18" threadpool = "1.8.1" tokio = { version = "1.52.1", features = ["full", "test-util", "tracing"] } +tokio-retry = "0.3" tokio-rustls = { version = "0.26.4", default-features = false, features = ["logging", "ring", "tls12"] } tokio-stream = { version = "0.1.18", features = ["fs", "io-util", "net", "signal", "sync", "time"] } tokio-util = { version = "0.7.18", features = ["full"] }