Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kimono-koans committed Jan 7, 2025
1 parent 74d54db commit ae70089
Show file tree
Hide file tree
Showing 4 changed files with 259 additions and 261 deletions.
59 changes: 28 additions & 31 deletions Cargo.lock

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

18 changes: 9 additions & 9 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.44.0"
version = "0.44.1"
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,17 +31,17 @@ malloc_trim = ["skim/malloc_trim", "libc"]
licensing = ["lms", "itertools"]

[target.'cfg(unix)'.dependencies]
libc = { version = "0.2.168", default-features = false, optional = true }
libc = { version = "0.2.169", 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 }
xattr = { version = "1.4.0", default-features = false, optional = true }

[dependencies]
foldhash = { version = "0.1.3", default-features = true }
foldhash = { version = "0.1.4", default-features = true }
clap = { version = "4.5.23", default-features = true, features = [
"std",
"cargo",
] }
crossbeam-channel = { version = "0.5.13", default-features = false }
crossbeam-channel = { version = "0.5.14", default-features = false }
time = { version = "0.3.37", default-features = false, features = [
"formatting",
"local-offset",
Expand All @@ -53,7 +53,7 @@ lscolors = { version = "0.20.0", default-features = false, features = [
"nu-ansi-term",
] }
terminal_size = { version = "0.4.1", default-features = false }
which = { version = "7.0.0", default-features = false }
which = { version = "7.0.1", default-features = false }
rayon = { version = "1.10.0", default-features = false }
indicatif = { version = "0.17.9", default-features = false }
proc-mounts = { version = "0.3.0", default-features = false }
Expand All @@ -67,16 +67,16 @@ nix = { version = "0.29.0", default-features = false, features = [
"user",
"zerocopy",
] }
serde = { version = "1.0.215", default-features = false }
serde_json = { version = "1.0.133", default-features = false, features = [
serde = { version = "1.0.217", default-features = false }
serde_json = { version = "1.0.135", 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.13.0", default-features = false, optional = true }
itertools = { version = "0.14.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" "December 2024" "httm 0.44.0" "User Commands"
.TH HTTM "1" "January 2025" "httm 0.44.1" "User Commands"
.SH NAME
httm \- manual page for httm 0.44.0
httm \- manual page for httm 0.44.1
.SH SYNOPSIS
.B httm
[\fI\,OPTIONS\/\fR] [\fI\,INPUT_FILES\/\fR]...
Expand Down
Loading

0 comments on commit ae70089

Please sign in to comment.