Skip to content

Commit

Permalink
dependencies upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodesdev committed Nov 2, 2024
1 parent 324ed9f commit bb6b4c2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
32 changes: 17 additions & 15 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,13 +1,13 @@
[package]
name = "clipcat"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
description = "A command line tool for copying the contents to clipboard of multiple files in one go."
repository = "https://github.com/dcodesdev/clipcat"
license = "MIT"

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

0 comments on commit bb6b4c2

Please sign in to comment.