Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zeldan committed Nov 5, 2024
1 parent 2055385 commit fbd0cdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = "1.0.86"
anyhow = "1.0.92"
chrono = "0.4.38"
chrono-tz = "0.10.0"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
comfy-table = "7.1.1"
dirs = "5.0.1"
google-calendar3 = "6.0.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }

[dependencies.uuid]
version = "1.9.1"
version = "1.11.0"
features = [
"v4", # Lets you generate random UUIDs
"fast-rng", # Use a faster (but still sufficiently random) RNG
Expand Down

0 comments on commit fbd0cdc

Please sign in to comment.