From 36a4722b9ba986feb8070fa907f0d0cc22fecfdb Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 13:15:53 +0000 Subject: [PATCH] fix(deps): update rust crate rv to 0.20.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | crate | rv | 0.18.1 | 0.20.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- crates/augurs-outlier/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/augurs-outlier/Cargo.toml b/crates/augurs-outlier/Cargo.toml index fb0ddcdd..ead6b714 100644 --- a/crates/augurs-outlier/Cargo.toml +++ b/crates/augurs-outlier/Cargo.toml @@ -18,7 +18,7 @@ rayon = { version = "1.10.0", optional = true } roots.workspace = true rand.workspace = true rustc-hash = "2.0.0" -rv = { version = "0.18.0", default-features = false } +rv = { version = "0.20.0", default-features = false } serde = { workspace = true, features = ["derive"], optional = true } thiserror.workspace = true tracing.workspace = true