Skip to content

Commit

Permalink
upgrade pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Nov 29, 2023
1 parent ac95349 commit f55c2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ path = "src/main.rs"
anyhow = "1.0.75"
asserts-rs = "0.3.0"
cfg-if = "1.0.0"
clap = "4.4.7"
clap = "4.4.10"
clap_derive = "4.4.7"
clap_complete = "4.4.4"
colored = "2.0.4"
Expand All @@ -30,7 +30,7 @@ json_minimal = "0.1.3"
native-tls = { version = "0.2.11", features = ["vendored"] }
phf = { version = "0.11.2", features = ["macros"] }
semver = "1.0.20"
serde = { version = "1.0.190", features = ["derive"] }
serde = { version = "1.0.19", features = ["derive"] }
serde_json = "1.0.108"
set_env = "1.3.4"
tempfile = "3.8.1"
Expand Down

0 comments on commit f55c2f2

Please sign in to comment.