Skip to content

Commit bb6b4c2

Browse files
committed
dependencies upgraded
1 parent 324ed9f commit bb6b4c2

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

Cargo.lock

+17-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "clipcat"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "A command line tool for copying the contents to clipboard of multiple files in one go."
66
repository = "https://github.com/dcodesdev/clipcat"
77
license = "MIT"
88

99
[dependencies]
10-
anyhow = "1.0.86"
11-
clap = { version = "4.5.4", features = ["derive"] }
10+
anyhow = "1.0.92"
11+
clap = { version = "4.5.20", features = ["derive"] }
1212
copypasta = "0.10.1"
13-
tiktoken-rs = "0.5.9"
13+
tiktoken-rs = "0.6.0"

0 commit comments

Comments
 (0)