Skip to content

Commit

Permalink
chore: update all deps & bump to v3.0.1 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
latipun7 authored Jul 20, 2023
1 parent 3bf1112 commit cf7e4a0
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 54 deletions.
133 changes: 84 additions & 49 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "charasay"
version = "3.0.0"
version = "3.0.1"
authors = ["Latif Sulistyo <[email protected]>"]
edition = "2021"
description = "The future of cowsay 🐮! Colorful characters saying something 🗨️."
Expand All @@ -20,11 +20,11 @@ categories = [
name = "chara"

[dependencies]
clap = { version = "4.3.8", features = ["derive"] }
clap_complete = "4.3.1"
rust-embed = { version = "6.7.0", features = ["debug-embed"] }
clap = { version = "4.3.17", features = ["derive"] }
clap_complete = "4.3.2"
rust-embed = { version = "6.8.1", features = ["debug-embed"] }
textwrap = { version = "0.16.0", features = ["terminal_size"] }
unicode-width = "0.1.10"
regex = "1.8.4"
regex = "1.9.1"
rand = "0.8.5"
strip-ansi-escapes = "0.1.1"

0 comments on commit cf7e4a0

Please sign in to comment.