Skip to content

Commit

Permalink
[WIP] update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Oct 24, 2024
1 parent c00d03c commit 1d44bf4
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 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 @@ -23,7 +23,7 @@ readme = "./README.md"
publish = false

[dependencies]
clap = { version = "4.5.19", features = ["cargo"] }
clap = { version = "4.5.20", features = ["cargo"] }
colored = "2.1.0"
ctor = "0.2.8"
env_logger = "0.11.5"
Expand All @@ -34,7 +34,7 @@ itertools = "0.13.0"
lazy_static = "1.5.0"
log = "0.4.22"
node-semver = "2.1.0"
regex = "1.11.0"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
regex = "1.11.1"
serde = { version = "1.0.213", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
version-compare = "0.2.0"

0 comments on commit 1d44bf4

Please sign in to comment.