Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 10, 2024
1 parent 93a2101 commit d43d83a
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 14 deletions.
37 changes: 25 additions & 12 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = { version = "4", features = ["wrap_help", "derive", "cargo"] }
nom = { version = "7.1.3", features = ["alloc"] }

# clipboard
arboard = "3.3.1"
arboard = "3.3.2"
base64 = "0.22"

# tui
Expand Down Expand Up @@ -50,7 +50,7 @@ tokio = { version = "1", features = ["rt", "rt-multi-thread"] }
thiserror = "1"
anyhow = "1"

ctrlc = { version = "3.4.2", features = ["termination"] }
ctrlc = { version = "3.4.3", features = ["termination"] }
once_cell = "1.19.0"
regex = "1.10.3"
regex-syntax = { version = "0.8.2", default-features = false }
Expand Down

0 comments on commit d43d83a

Please sign in to comment.