diff --git a/shed/fbthrift_ext/adapters/Cargo.toml b/shed/fbthrift_ext/adapters/Cargo.toml index b76ebd934..36a28f6c6 100644 --- a/shed/fbthrift_ext/adapters/Cargo.toml +++ b/shed/fbthrift_ext/adapters/Cargo.toml @@ -18,6 +18,6 @@ camino = { version = "1.1.2", features = ["serde1"] } chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false } fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" } ordered-float = { version = "3.7", features = ["serde"] } -paste = "1.0.13" +paste = "1.0.14" thiserror = "1.0.43" uuid = { version = "1.2", features = ["serde", "v4", "v5", "v6", "v7", "v8"] }