summaryrefslogtreecommitdiff
path: root/x11/citron/cargo-depends.mk
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2022-01-04 18:03:35 +0000
committerpin <pin@pkgsrc.org>2022-01-04 18:03:35 +0000
commitfca21d1521d6095ed14e37d7ee1a6207081713a5 (patch)
treee959d3495b1c9fb27d58c25f7f065e736dbb3eb0 /x11/citron/cargo-depends.mk
parentdd401b52f16b04e906331d1cf5f822ebe776b88a (diff)
downloadpkgsrc-fca21d1521d6095ed14e37d7ee1a6207081713a5.tar.gz
x11/citron: update to 0.10.1
v0.10.1 -Fix a warning. I forgot to upload v0.10.0, here's what happened. Fixed a bug that made it so the month (%m) showed up as a number and not its textual representation, e.g. "Jan". -Added a new symbol (%M), which shows a long version of the current month, e.g. "January". v0.9.0 -Configure through a config file. citron can only be configured through a config file now, as its command-line interface has been stripped down to subcommands and a few flags. An example configuration file can be found at: https://git.sr.ht/~grtcdr/citron/tree/main/item/config.yml For more information, run man citron.
Diffstat (limited to 'x11/citron/cargo-depends.mk')
-rw-r--r--x11/citron/cargo-depends.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/citron/cargo-depends.mk b/x11/citron/cargo-depends.mk
index 08690ef8cf6..8c882cf840a 100644
--- a/x11/citron/cargo-depends.mk
+++ b/x11/citron/cargo-depends.mk
@@ -1,10 +1,8 @@
-# $NetBSD: cargo-depends.mk,v 1.4 2021/12/27 09:13:06 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.5 2022/01/04 18:03:35 pin Exp $
CARGO_CRATE_DEPENDS+= aho-corasick-0.7.18
-CARGO_CRATE_DEPENDS+= ansi_term-0.12.1
CARGO_CRATE_DEPENDS+= arrayref-0.3.6
CARGO_CRATE_DEPENDS+= arrayvec-0.5.2
-CARGO_CRATE_DEPENDS+= atty-0.2.14
CARGO_CRATE_DEPENDS+= autocfg-1.0.1
CARGO_CRATE_DEPENDS+= base64-0.13.0
CARGO_CRATE_DEPENDS+= bitflags-1.2.1
@@ -40,10 +38,12 @@ CARGO_CRATE_DEPENDS+= funty-1.1.0
CARGO_CRATE_DEPENDS+= gethostname-0.2.1
CARGO_CRATE_DEPENDS+= getrandom-0.1.16
CARGO_CRATE_DEPENDS+= getrandom-0.2.3
+CARGO_CRATE_DEPENDS+= hashbrown-0.11.2
CARGO_CRATE_DEPENDS+= heck-0.3.3
CARGO_CRATE_DEPENDS+= hermit-abi-0.1.19
CARGO_CRATE_DEPENDS+= home-0.5.3
CARGO_CRATE_DEPENDS+= if-addrs-0.7.0
+CARGO_CRATE_DEPENDS+= indexmap-1.7.0
CARGO_CRATE_DEPENDS+= itertools-0.10.3
CARGO_CRATE_DEPENDS+= lazy_static-1.4.0
CARGO_CRATE_DEPENDS+= lexical-core-0.7.6
@@ -51,6 +51,7 @@ CARGO_CRATE_DEPENDS+= libc-0.2.112
CARGO_CRATE_DEPENDS+= libdbus-sys-0.2.2
CARGO_CRATE_DEPENDS+= libmacchina-5.0.3
CARGO_CRATE_DEPENDS+= linicon-2.2.0
+CARGO_CRATE_DEPENDS+= linked-hash-map-0.5.4
CARGO_CRATE_DEPENDS+= local-ip-address-0.4.4
CARGO_CRATE_DEPENDS+= log-0.4.14
CARGO_CRATE_DEPENDS+= mac-notification-sys-0.3.0
@@ -101,12 +102,12 @@ CARGO_CRATE_DEPENDS+= ryu-1.0.9
CARGO_CRATE_DEPENDS+= same-file-1.0.6
CARGO_CRATE_DEPENDS+= serde-1.0.132
CARGO_CRATE_DEPENDS+= serde_derive-1.0.132
+CARGO_CRATE_DEPENDS+= serde_yaml-0.8.23
CARGO_CRATE_DEPENDS+= siphasher-0.3.7
CARGO_CRATE_DEPENDS+= sqlite-0.26.0
CARGO_CRATE_DEPENDS+= sqlite3-src-0.3.0
CARGO_CRATE_DEPENDS+= sqlite3-sys-0.13.0
CARGO_CRATE_DEPENDS+= static_assertions-1.1.0
-CARGO_CRATE_DEPENDS+= strsim-0.8.0
CARGO_CRATE_DEPENDS+= structopt-0.3.25
CARGO_CRATE_DEPENDS+= structopt-derive-0.4.18
CARGO_CRATE_DEPENDS+= strum-0.22.0
@@ -122,7 +123,6 @@ CARGO_CRATE_DEPENDS+= uncased-0.9.6
CARGO_CRATE_DEPENDS+= unicode-segmentation-1.8.0
CARGO_CRATE_DEPENDS+= unicode-width-0.1.9
CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2
-CARGO_CRATE_DEPENDS+= vec_map-0.8.2
CARGO_CRATE_DEPENDS+= version_check-0.9.3
CARGO_CRATE_DEPENDS+= void-1.0.2
CARGO_CRATE_DEPENDS+= walkdir-2.3.2
@@ -155,3 +155,4 @@ CARGO_CRATE_DEPENDS+= wmi-0.9.2
CARGO_CRATE_DEPENDS+= wyz-0.2.0
CARGO_CRATE_DEPENDS+= x11rb-0.9.0
CARGO_CRATE_DEPENDS+= xml-rs-0.8.4
+CARGO_CRATE_DEPENDS+= yaml-rust-0.4.5