Skip to content

Commit

Permalink
dependency bump + release for #13
Browse files Browse the repository at this point in the history
  • Loading branch information
yashs662 committed May 10, 2024
1 parent 845d407 commit 071c456
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-kanban"
version = "0.9.5"
version = "0.9.6"
authors = ["Yash Sharma <yashs662@gmail.com>"]
edition = "2021"
license = "MIT"
Expand All @@ -15,22 +15,22 @@ ratatui = { version = "0.26.2", features = ["serde"] }
crossterm = "0.27.0"
tokio = { version = "1.37.0", features = ["full"] }
chrono = "0.4.38"
textwrap = "0.16"
textwrap = "0.16.1"
eyre = "0.6.12"
home = "0.5.9"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.116"
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
clap = { version = "4.5.4", features = ["derive"] }
uuid = { version = "1.8.0", features = ["v4"] }
regex = "1.10.4"
linked-hash-map = "0.5.6"
ngrammatic = "0.4.0"
lazy_static = "1.4.0"
fxhash = "0.2.1"
parking_lot = "0.12.1"
reqwest = { version = "0.12.3", features = ["json"] }
parking_lot = "0.12.2"
reqwest = { version = "0.12.4", features = ["json"] }
aes-gcm = "0.10.3"
base64 = "0.22.0"
base64 = "0.22.1"
bunt = "0.2.8"
strum = "0.26.2"
strum_macros = "0.26.2"
Expand Down

0 comments on commit 071c456

Please sign in to comment.