Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed May 24, 2024
1 parent 9d02f5f commit a145e3b
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "httm"
authors = ["Robert Swinford <robert.swinford <...at...> gmail.com>"]
version = "0.38.1"
version = "0.38.2"
edition = "2021"
keywords = ["zfs", "backup", "restore", "cli-utility", "snapshot"]
description = "A CLI tool for viewing snapshot file versions on ZFS and btrfs datasets"
Expand Down Expand Up @@ -31,7 +31,7 @@ malloc_trim = ["skim/malloc_trim", "libc"]
licensing = ["lms", "itertools"]

[target.'cfg(unix)'.dependencies]
libc = { version = "0.2.153", default-features = false, optional = true }
libc = { version = "0.2.155", default-features = false, optional = true }
exacl = { version = "0.12.0", default-features = false, optional = true }
xattr = { version = "1.3.1", default-features = false, optional = true }

Expand All @@ -41,13 +41,13 @@ clap = { version = "4.5.4", default-features = true, features = [
"std",
"cargo",
] }
crossbeam-channel = { version = "0.5.12", default-features = false }
crossbeam-channel = { version = "0.5.13", default-features = false }
time = { version = "0.3.36", default-features = false, features = [
"formatting",
"local-offset",
] }
number_prefix = { version = "0.4.0", default-features = false }
skim = { version = "0.11.12", default-features = false, package = "two_percent" }
skim = { version = "0.11.13", default-features = false, package = "two_percent" }
nu-ansi-term = { version = "0.50.0", default-features = false }
lscolors = { version = "0.17.0", default-features = false, features = [
"nu-ansi-term",
Expand All @@ -58,7 +58,7 @@ rayon = { version = "1.10.0", default-features = false }
indicatif = { version = "0.17.8", default-features = false }
proc-mounts = { version = "0.3.0", default-features = false }
once_cell = { version = "1.19.0", default-features = false }
hashbrown = { version = "0.14.3", default-features = false, features = [
hashbrown = { version = "0.14.5", default-features = false, features = [
"rayon",
"ahash",
"inline-more",
Expand All @@ -68,16 +68,16 @@ nix = { version = "0.28.0", default-features = false, features = [
"user",
"zerocopy",
] }
serde = { version = "1.0.197", default-features = false }
serde_json = { version = "1.0.115", default-features = false, features = [
serde = { version = "1.0.202", default-features = false }
serde_json = { version = "1.0.117", default-features = false, features = [
"preserve_order",
] }
realpath-ext = { version = "0.1.3", default-features = false, features = [
"std",
] }
# these are strictly not required to build, only included for attribution sake (to be picked up by cargo_about)
lms = { version = "0.4.0", default-features = false, optional = true }
itertools = { version = "0.12.1", default-features = false, optional = true }
itertools = { version = "0.13.0", default-features = false, optional = true }

[package.metadata.deb]
maintainer = "kimono koans <https://github.com/kimono-koans/>"
Expand Down
4 changes: 2 additions & 2 deletions httm.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH HTTM "1" "April 2024" "httm 0.38.1" "User Commands"
.TH HTTM "1" "May 2024" "httm 0.38.2" "User Commands"
.SH NAME
httm \- manual page for httm 0.38.1
httm \- manual page for httm 0.38.2
.SH SYNOPSIS
.B httm
[\fI\,OPTIONS\/\fR] [\fI\,INPUT_FILES\/\fR]...
Expand Down
18 changes: 9 additions & 9 deletions third_party/LICENSES_THIRD_PARTY.html
Original file line number Diff line number Diff line change
Expand Up @@ -2536,12 +2536,12 @@ <h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/dtolnay/itoa ">itoa 1.0.6</a></li>
<li><a href=" https://github.com/rust-lang/libc ">libc 0.2.153</a></li>
<li><a href=" https://github.com/rust-lang/libc ">libc 0.2.155</a></li>
<li><a href=" https://github.com/dtolnay/proc-macro2 ">proc-macro2 1.0.76</a></li>
<li><a href=" https://github.com/dtolnay/quote ">quote 1.0.35</a></li>
<li><a href=" https://github.com/dtolnay/ryu ">ryu 1.0.16</a></li>
<li><a href=" https://github.com/serde-rs/serde ">serde 1.0.197</a></li>
<li><a href=" https://github.com/serde-rs/json ">serde_json 1.0.115</a></li>
<li><a href=" https://github.com/serde-rs/serde ">serde 1.0.202</a></li>
<li><a href=" https://github.com/serde-rs/json ">serde_json 1.0.117</a></li>
<li><a href=" https://github.com/dtolnay/syn ">syn 2.0.48</a></li>
<li><a href=" https://github.com/dtolnay/thiserror ">thiserror 1.0.39</a></li>
<li><a href=" https://github.com/dtolnay/thiserror ">thiserror-impl 1.0.39</a></li>
Expand Down Expand Up @@ -2737,15 +2737,15 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/bitflags/bitflags ">bitflags 1.3.2</a></li>
<li><a href=" https://github.com/bitflags/bitflags ">bitflags 2.5.0</a></li>
<li><a href=" https://github.com/alexcrichton/cfg-if ">cfg-if 1.0.0</a></li>
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-channel 0.5.12</a></li>
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-channel 0.5.13</a></li>
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-deque 0.8.3</a></li>
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-epoch 0.9.14</a></li>
<li><a href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-utils 0.8.19</a></li>
<li><a href=" https://github.com/bluss/either ">either 1.9.0</a></li>
<li><a href=" https://github.com/cuviper/equivalent ">equivalent 1.0.1</a></li>
<li><a href=" https://github.com/lambda-fairy/rust-errno ">errno 0.3.8</a></li>
<li><a href=" https://github.com/servo/rust-fnv ">fnv 1.0.7</a></li>
<li><a href=" https://github.com/rust-lang/hashbrown ">hashbrown 0.14.3</a></li>
<li><a href=" https://github.com/rust-lang/hashbrown ">hashbrown 0.14.5</a></li>
<li><a href=" https://github.com/indexmap-rs/indexmap ">indexmap 2.2.3</a></li>
<li><a href=" https://github.com/rust-lang-nursery/lazy-static.rs ">lazy_static 1.4.0</a></li>
<li><a href=" https://github.com/sunfishcode/linux-raw-sys ">linux-raw-sys 0.4.13</a></li>
Expand All @@ -2761,7 +2761,7 @@ <h4>Used by:</h4>
<li><a href=" https://github.com/dtolnay/syn ">syn 1.0.109</a></li>
<li><a href=" https://github.com/Stebalien/term ">term 0.7.0</a></li>
<li><a href=" https://github.com/Amanieu/thread_local-rs ">thread_local 1.1.8</a></li>
<li><a href=" https://github.com/unicode-rs/unicode-width ">unicode-width 0.1.11</a></li>
<li><a href=" https://github.com/unicode-rs/unicode-width ">unicode-width 0.1.12</a></li>
<li><a href=" https://github.com/SergioBenitez/version_check ">version_check 0.9.4</a></li>
<li><a href=" https://github.com/Stebalien/xattr ">xattr 1.3.1</a></li>
</ul>
Expand Down Expand Up @@ -3263,7 +3263,7 @@ <h4>Used by:</h4>
<h3 id="Apache-2.0">Apache License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/unicode-rs/unicode-width ">unicode-width 0.1.11</a></li>
<li><a href=" https://github.com/unicode-rs/unicode-width ">unicode-width 0.1.12</a></li>
</ul>
<pre class="license-text">Licensed under the Apache License, Version 2.0
&lt;LICENSE-APACHE or
Expand Down Expand Up @@ -3606,7 +3606,7 @@ <h4>Used by:</h4>
<h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.12</a></li>
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.13</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down Expand Up @@ -3709,7 +3709,7 @@ <h4>Used by:</h4>
<h3 id="MPL-2.0">Mozilla Public License 2.0</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.38.1</a></li>
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.38.2</a></li>
</ul>
<pre class="license-text">Mozilla Public License Version 2.0
&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;&#x3D;
Expand Down

0 comments on commit a145e3b

Please sign in to comment.