Skip to content

Commit

Permalink
✨ feature: 0.8.1: Reduced log noise, updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
queer committed Oct 13, 2023
1 parent 4e18646 commit 98868bd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

20 changes: 16 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[package]
name = "boxxy"
version = "0.8.0"
version = "0.8.1"
edition = "2021"
repository = "https://github.com/queer/boxxy"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bat = { version = "0.23.0", default-features = false, features = ["atty", "regex-onig"] }
bat = { version = "0.23.0", default-features = false, features = [
"atty",
"regex-onig",
] }
byteorder = "1.5.0"
cfg-if = "1.0.0"
clap = { version = "4.4.6", features = ["derive"] }
Expand All @@ -22,8 +25,17 @@ haikunator = "0.1.2"
lazy_static = "1.4.0"
libc = "0.2.149"
log = "0.4.20"
nix = { version = "0.27.1", features = ["process", "user", "mount", "sched", "ptrace"] }
owo-colors = { version = "3.5.0", features = ["supports-color", "supports-colors"] }
nix = { version = "0.27.1", features = [
"process",
"user",
"mount",
"sched",
"ptrace",
] }
owo-colors = { version = "3.5.0", features = [
"supports-color",
"supports-colors",
] }
pretty_env_logger = "0.5.0"
regex = "1.10.0"
rlimit = "0.10.1"
Expand Down

0 comments on commit 98868bd

Please sign in to comment.