Skip to content

Commit 5e894cd

Browse files
committed
Bump version
1 parent 28816e2 commit 5e894cd

File tree

4 files changed

+44
-38
lines changed

4 files changed

+44
-38
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "httm"
33
authors = ["Robert Swinford <robert.swinford <...at...> gmail.com>"]
4-
version = "0.48.5"
4+
version = "0.48.6"
55
edition = "2024"
66
keywords = ["zfs", "backup", "restore", "cli-utility", "snapshot"]
77
description = "A CLI tool for viewing snapshot file versions on ZFS and btrfs datasets"
@@ -44,7 +44,7 @@ time = { version = "0.3.44", default-features = false, features = [
4444
"local-offset",
4545
] }
4646
unit-prefix = { version = "0.5.1", default-features = false }
47-
skim = { version = "0.12.16", default-features = false, package = "two_percent" }
47+
skim = { version = "0.12.17", default-features = false, package = "two_percent" }
4848
nu-ansi-term = { version = "0.50.1", default-features = false }
4949
lscolors = { version = "0.20.0", default-features = false, features = [
5050
"nu-ansi-term",

httm.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH HTTM "1" "August 2025" "httm 0.48.5" "User Commands"
2+
.TH HTTM "1" "October 2025" "httm 0.48.6" "User Commands"
33
.SH NAME
4-
httm \- manual page for httm 0.48.5
4+
httm \- manual page for httm 0.48.6
55
.SH SYNOPSIS
66
.B httm
77
[\fI\,OPTIONS\/\fR] [\fI\,INPUT_FILES\/\fR]...

third_party/LICENSES_THIRD_PARTY.html

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1>Third Party Licenses</h1>
5555

5656
<h2>Overview of licenses:</h2>
5757
<ul class="licenses-overview">
58-
<li><a href="#Apache-2.0">Apache License 2.0</a> (71)</li>
58+
<li><a href="#Apache-2.0">Apache License 2.0</a> (73)</li>
5959
<li><a href="#MIT">MIT License</a> (19)</li>
6060
<li><a href="#MPL-2.0">Mozilla Public License 2.0</a> (1)</li>
6161
<li><a href="#Unicode-3.0">Unicode License v3</a> (1)</li>
@@ -73,10 +73,10 @@ <h4>Used by:</h4>
7373
1.11.0</a></li>
7474
<li><a
7575
href=" https://github.com/time-rs/time ">time-core
76-
0.1.4</a></li>
76+
0.1.6</a></li>
7777
<li><a
7878
href=" https://github.com/time-rs/time ">time
79-
0.3.41</a></li>
79+
0.3.44</a></li>
8080
</ul>
8181
<pre class="license-text">
8282
Apache License
@@ -899,7 +899,7 @@ <h4>Used by:</h4>
899899
<ul class="license-used-by">
900900
<li><a
901901
href=" https://github.com/jhpratt/deranged ">deranged
902-
0.4.0</a></li>
902+
0.5.3</a></li>
903903
</ul>
904904
<pre class="license-text">
905905
Apache License
@@ -1782,10 +1782,10 @@ <h4>Used by:</h4>
17821782
1.0.11</a></li>
17831783
<li><a
17841784
href=" https://github.com/clap-rs/clap ">clap
1785-
4.5.45</a></li>
1785+
4.5.48</a></li>
17861786
<li><a
17871787
href=" https://github.com/clap-rs/clap ">clap_builder
1788-
4.5.44</a></li>
1788+
4.5.48</a></li>
17891789
<li><a
17901790
href=" https://github.com/rust-cli/anstyle.git ">colorchoice
17911791
1.0.4</a></li>
@@ -2205,7 +2205,7 @@ <h4>Used by:</h4>
22052205
1.0.15</a></li>
22062206
<li><a
22072207
href=" https://github.com/rust-lang/libc ">libc
2208-
0.2.175</a></li>
2208+
0.2.176</a></li>
22092209
<li><a
22102210
href=" https://github.com/dtolnay/proc-macro2 ">proc-macro2
22112211
1.0.95</a></li>
@@ -2217,10 +2217,13 @@ <h4>Used by:</h4>
22172217
1.0.20</a></li>
22182218
<li><a
22192219
href=" https://github.com/serde-rs/serde ">serde
2220-
1.0.219</a></li>
2220+
1.0.228</a></li>
2221+
<li><a
2222+
href=" https://github.com/serde-rs/serde ">serde_core
2223+
1.0.228</a></li>
22212224
<li><a
22222225
href=" https://github.com/serde-rs/json ">serde_json
2223-
1.0.143</a></li>
2226+
1.0.145</a></li>
22242227
<li><a
22252228
href=" https://github.com/dtolnay/syn ">syn
22262229
2.0.101</a></li>
@@ -2430,7 +2433,7 @@ <h4>Used by:</h4>
24302433
1.3.2</a></li>
24312434
<li><a
24322435
href=" https://github.com/bitflags/bitflags ">bitflags
2433-
2.9.2</a></li>
2436+
2.9.4</a></li>
24342437
<li><a
24352438
href=" https://github.com/alexcrichton/cfg-if ">cfg-if
24362439
1.0.0</a></li>
@@ -2461,6 +2464,9 @@ <h4>Used by:</h4>
24612464
<li><a
24622465
href=" https://github.com/rust-lang/hashbrown ">hashbrown
24632466
0.15.5</a></li>
2467+
<li><a
2468+
href=" https://github.com/rust-lang/hashbrown ">hashbrown
2469+
0.16.0</a></li>
24642470
<li><a
24652471
href=" https://github.com/indexmap-rs/indexmap ">indexmap
24662472
2.9.0</a></li>
@@ -2472,7 +2478,7 @@ <h4>Used by:</h4>
24722478
0.9.4</a></li>
24732479
<li><a
24742480
href=" https://github.com/rust-lang/log ">log
2475-
0.4.27</a></li>
2481+
0.4.28</a></li>
24762482
<li><a
24772483
href=" https://github.com/matklad/once_cell ">once_cell
24782484
1.21.3</a></li>
@@ -2483,14 +2489,14 @@ <h4>Used by:</h4>
24832489
href=" https://github.com/rayon-rs/rayon ">rayon
24842490
1.11.0</a></li>
24852491
<li><a
2486-
href=" https://github.com/rust-lang/regex/tree/master/regex-automata ">regex-automata
2487-
0.4.9</a></li>
2492+
href=" https://github.com/rust-lang/regex ">regex-automata
2493+
0.4.11</a></li>
24882494
<li><a
24892495
href=" https://github.com/rust-lang/regex/tree/master/regex-syntax ">regex-syntax
24902496
0.8.5</a></li>
24912497
<li><a
24922498
href=" https://github.com/rust-lang/regex ">regex
2493-
1.11.1</a></li>
2499+
1.11.3</a></li>
24942500
<li><a
24952501
href=" https://github.com/bytecodealliance/rustix ">rustix
24962502
1.0.7</a></li>
@@ -2508,7 +2514,7 @@ <h4>Used by:</h4>
25082514
0.2.1</a></li>
25092515
<li><a
25102516
href=" https://github.com/Stebalien/xattr ">xattr
2511-
1.5.1</a></li>
2517+
1.6.1</a></li>
25122518
</ul>
25132519
<pre class="license-text"> Apache License
25142520
Version 2.0, January 2004
@@ -3164,7 +3170,7 @@ <h4>Used by:</h4>
31643170
<ul class="license-used-by">
31653171
<li><a
31663172
href=" https://github.com/kimono-koans/two_percent ">two_percent
3167-
0.12.16</a></li>
3173+
0.12.17</a></li>
31683174
</ul>
31693175
<pre class="license-text">The MIT License (MIT)
31703176

@@ -3263,7 +3269,7 @@ <h4>Used by:</h4>
32633269
<ul class="license-used-by">
32643270
<li><a
32653271
href=" https://github.com/kimono-koans/httm ">httm
3266-
0.48.5</a></li>
3272+
0.48.6</a></li>
32673273
</ul>
32683274
<pre class="license-text">Mozilla Public License Version 2.0
32693275
&#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;
@@ -3694,7 +3700,7 @@ <h4>Used by:</h4>
36943700
<ul class="license-used-by">
36953701
<li><a
36963702
href=" https://github.com/orlp/foldhash ">foldhash
3697-
0.1.5</a></li>
3703+
0.2.0</a></li>
36983704
</ul>
36993705
<pre class="license-text">Copyright (c) 2024 Orson Peters
37003706

0 commit comments

Comments
 (0)