summary refs log tree commit diff
path: root/pkgs/tools/text/difftastic/Cargo.lock
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-10-08 22:21:23 -0400
committerfigsoda <figsoda@pm.me>2023-10-08 22:21:23 -0400
commit68a6ee74128fcdc7703296f77112883e83ea3e92 (patch)
treefa30c68584b6cb028a7c0948ef75fe824d1e0e4c /pkgs/tools/text/difftastic/Cargo.lock
parentde711334a3a5ce8e166a1a061f59482ba6272893 (diff)
downloadnixpkgs-68a6ee74128fcdc7703296f77112883e83ea3e92.tar
nixpkgs-68a6ee74128fcdc7703296f77112883e83ea3e92.tar.gz
nixpkgs-68a6ee74128fcdc7703296f77112883e83ea3e92.tar.bz2
nixpkgs-68a6ee74128fcdc7703296f77112883e83ea3e92.tar.lz
nixpkgs-68a6ee74128fcdc7703296f77112883e83ea3e92.tar.xz
nixpkgs-68a6ee74128fcdc7703296f77112883e83ea3e92.tar.zst
nixpkgs-68a6ee74128fcdc7703296f77112883e83ea3e92.zip
difftastic: 0.51.1 -> 0.52.0
Diff: https://github.com/wilfred/difftastic/compare/0.51.1...0.52.0

Changelog: https://github.com/Wilfred/difftastic/blob/0.52.0/CHANGELOG.md
Diffstat (limited to 'pkgs/tools/text/difftastic/Cargo.lock')
-rw-r--r--pkgs/tools/text/difftastic/Cargo.lock9
1 files changed, 8 insertions, 1 deletions
diff --git a/pkgs/tools/text/difftastic/Cargo.lock b/pkgs/tools/text/difftastic/Cargo.lock
index 549f575426c..f381f297931 100644
--- a/pkgs/tools/text/difftastic/Cargo.lock
+++ b/pkgs/tools/text/difftastic/Cargo.lock
@@ -237,7 +237,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
 
 [[package]]
 name = "difftastic"
-version = "0.51.1"
+version = "0.52.0"
 dependencies = [
  "assert_cmd",
  "bumpalo",
@@ -252,6 +252,7 @@ dependencies = [
  "lazy_static",
  "libc",
  "libmimalloc-sys",
+ "line-numbers",
  "log",
  "mimalloc",
  "owo-colors",
@@ -448,6 +449,12 @@ dependencies = [
 ]
 
 [[package]]
+name = "line-numbers"
+version = "0.2.2"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "793a75315eb63b8699158825bdea85d63eeb850e7543cb834abef3c7b5b53780"
+
+[[package]]
 name = "lock_api"
 version = "0.4.9"
 source = "registry+https://github.com/rust-lang/crates.io-index"