From 9b198f20e3031ab743e74ddd851408c0f73752af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Sat, 28 Dec 2024 19:41:24 +0100 Subject: [PATCH] build(deps): we switch to our own fork of natord MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3329e95e6..bc8d8bbe8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -445,7 +445,7 @@ dependencies = [ "libc", "locale", "log", - "natord", + "natord-plus-plus", "nu-ansi-term", "number_prefix", "once_cell", @@ -884,10 +884,10 @@ dependencies = [ ] [[package]] -name = "natord" -version = "1.0.9" +name = "natord-plus-plus" +version = "2.0.0" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c" +checksum = "66f8ac0a79782d13e4ec2f955113676d786539965b3764e06fb4e107dcc3da64" [[package]] name = "normalize-line-endings" diff --git a/Cargo.toml b/Cargo.toml index 7afc0087e..725ed2f56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -94,7 +94,7 @@ glob = "0.3" libc = "0.2" locale = "0.2" log = "0.4" -natord = "1.0" +natord-plus-plus = "2.0" path-clean = "1.0.1" number_prefix = "0.4" palette = { version = "0.7.6", default-features = false, features = ["std"] }