diff --git a/Cargo.toml b/Cargo.toml index b32eff8870..0be1834b30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,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 }