From 8c6a0f68d486c699bbf0a19ed1ae32159b1bd120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Powier=C5=BCa?= Date: Thu, 29 Dec 2022 15:55:00 +0100 Subject: [PATCH] Update `powierza-coefficient` to `1.0.2` (#7625) --- crates/nu-command/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 01439241cd..4d3b13b543 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -65,7 +65,7 @@ num = { version = "0.4.0", optional = true } num-traits = "0.2.14" once_cell = "1.0" pathdiff = "0.2.1" -powierza-coefficient = "1.0.1" +powierza-coefficient = "1.0.2" quick-xml = "0.25" rand = "0.8" rayon = "1.5.1"