Skip to content

Commit

Permalink
deps: Update and bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Oct 30, 2024
1 parent 5c71269 commit 27d638b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 13 deletions.
30 changes: 20 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ readme = "README.md"
keywords = ["timezone", "localtime", "geolocation"]
categories = ["command-line-utilities"]
license = "MIT"
rust-version = "1.64.0"
rust-version = "1.74"

[dependencies]
anyhow = "1.0.91"
clap = { version = "4.3.24", default-features = false, features = ["std", "derive", "help"] }
env_logger = { version = "0.10.2", features = ["humantime"], default-features = false }
clap = { version = "4.5.20", default-features = false, features = ["std", "derive", "help"] }
env_logger = { version = "0.11.5", features = ["humantime"], default-features = false }
log = "0.4.22"
serde_json = { version = "1.0.132", default-features = false }
tempfile = "3.13.0"
Expand Down

0 comments on commit 27d638b

Please sign in to comment.