diff --git a/Cargo.toml b/Cargo.toml index e5e6e90875..6d85fea047 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ publish = false [workspace.dependencies] anyhow = { version = "1" } assert_matches = { version = "1" } -boring = { version = "4.3" } +boring = { version = "5.1" } buffer-pool = { version = "0.2.1", path = "./buffer-pool" } bytes = { version = "1.11.1" } crossbeam = { version = "0.8.1", default-features = false }