Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Jun 23, 2024
1 parent a145e3b commit 7d27a26
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 23 deletions.
39 changes: 28 additions & 11 deletions Cargo.lock

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

8 changes: 4 additions & 4 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.2"
version = "0.39.0"
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 @@ -47,9 +47,9 @@ time = { version = "0.3.36", default-features = false, features = [
"local-offset",
] }
number_prefix = { version = "0.4.0", default-features = false }
skim = { version = "0.11.13", default-features = false, package = "two_percent" }
skim = { version = "0.11.14", 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 = [
lscolors = { version = "0.18.0", default-features = false, features = [
"nu-ansi-term",
] }
terminal_size = { version = "0.3.0", default-features = false }
Expand All @@ -63,7 +63,7 @@ hashbrown = { version = "0.14.5", default-features = false, features = [
"ahash",
"inline-more",
] }
nix = { version = "0.28.0", default-features = false, features = [
nix = { version = "0.29.0", default-features = false, features = [
"fs",
"user",
"zerocopy",
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" "May 2024" "httm 0.38.2" "User Commands"
.TH HTTM "1" "June 2024" "httm 0.39.0" "User Commands"
.SH NAME
httm \- manual page for httm 0.38.2
httm \- manual page for httm 0.39.0
.SH SYNOPSIS
.B httm
[\fI\,OPTIONS\/\fR] [\fI\,INPUT_FILES\/\fR]...
Expand Down
37 changes: 31 additions & 6 deletions third_party/LICENSES_THIRD_PARTY.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h1>Third Party Licenses</h1>

<h2>Overview of licenses:</h2>
<ul class="licenses-overview">
<li><a href="#Apache-2.0">Apache License 2.0</a> (74)</li>
<li><a href="#Apache-2.0">Apache License 2.0</a> (76)</li>
<li><a href="#MIT">MIT License</a> (24)</li>
<li><a href="#MPL-2.0">Mozilla Public License 2.0</a> (1)</li>
<li><a href="#Unicode-DFS-2016">Unicode License Agreement - Data Files and Software (2016)</a> (1)</li>
Expand Down Expand Up @@ -1716,7 +1716,7 @@ <h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/clap-rs/clap ">clap_builder 4.5.2</a></li>
<li><a href=" https://github.com/clap-rs/clap/tree/master/clap_lex ">clap_lex 0.7.0</a></li>
<li><a href=" https://github.com/sharkdp/lscolors ">lscolors 0.17.0</a></li>
<li><a href=" https://github.com/sharkdp/lscolors ">lscolors 0.18.0</a></li>
</ul>
<pre class="license-text"> Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -2750,6 +2750,7 @@ <h4>Used by:</h4>
<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>
<li><a href=" https://github.com/rust-lang/log ">log 0.4.21</a></li>
<li><a href=" https://github.com/seanmonstar/num_cpus ">num_cpus 1.16.0</a></li>
<li><a href=" https://github.com/matklad/once_cell ">once_cell 1.19.0</a></li>
<li><a href=" https://github.com/rayon-rs/rayon ">rayon 1.10.0</a></li>
<li><a href=" https://github.com/rayon-rs/rayon ">rayon-core 1.12.1</a></li>
Expand Down Expand Up @@ -3175,6 +3176,30 @@ <h4>Used by:</h4>
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
</pre>
</li>
<li class="license">
<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/seanmonstar/num_cpus ">num_cpus 1.16.0</a></li>
</ul>
<pre class="license-text"># Contributing

## License

Licensed under either of

* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.
</pre>
</li>
<li class="license">
Expand Down Expand Up @@ -3421,7 +3446,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/katharostech/cfg_aliases ">cfg_aliases 0.1.1</a></li>
<li><a href=" https://github.com/katharostech/cfg_aliases ">cfg_aliases 0.2.1</a></li>
</ul>
<pre class="license-text">MIT License

Expand Down Expand Up @@ -3545,7 +3570,7 @@ <h3 id="MIT">MIT License</h3>
<h4>Used by:</h4>
<ul class="license-used-by">
<li><a href=" https://github.com/nix-rust/nix ">nix 0.24.3</a></li>
<li><a href=" https://github.com/nix-rust/nix ">nix 0.28.0</a></li>
<li><a href=" https://github.com/nix-rust/nix ">nix 0.29.0</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down Expand Up @@ -3606,7 +3631,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.13</a></li>
<li><a href=" https://github.com/kimono-koans/two_percent ">two_percent 0.11.14</a></li>
</ul>
<pre class="license-text">The MIT License (MIT)

Expand Down Expand Up @@ -3709,7 +3734,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.2</a></li>
<li><a href=" https://github.com/kimono-koans/httm ">httm 0.39.0</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 7d27a26

Please sign in to comment.