Skip to content

Commit

Permalink
Bump dependencies' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ybda committed Jan 25, 2024
1 parent c966025 commit 70dbcd9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 41 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ rust-version = "1.77.0"
unsafe_code = "forbid"

[dependencies]
clap = { version = "4.4.12", features = ["cargo", "derive"] }
clap = { version = "4.4.18", features = ["cargo", "derive"] }
dirs = "5.0.1"
indexmap = { version = "2.1.0", features = ["serde"] }
nu-ansi-term = "0.49.0"
regex = "1.10.2"
nu-ansi-term = "0.50.0"
regex = "1.10.3"
thiserror = "1.0"
toml = { version = "0.8.8", features = ["preserve_order"] }
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }

0 comments on commit 70dbcd9

Please sign in to comment.