Skip to content

Commit 0fbb84c

Browse files
committed
Minor updates
Signed-off-by: Ryan Levick <[email protected]>
1 parent aa4f43c commit 0fbb84c

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

Cargo.lock

Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@ glob = { workspace = true }
3131
indicatif = "0.17"
3232
is-terminal = "0.4"
3333
itertools = { workspace = true }
34-
lazy_static = "1.4.0"
35-
levenshtein = "1.0.5"
34+
lazy_static = "1.5"
35+
levenshtein = "1"
3636
nix = { version = "0.29", features = ["signal"] }
37-
path-absolutize = "3.0.11"
37+
path-absolutize = "3"
3838
rand = { workspace = true }
3939
regex = { workspace = true }
4040
reqwest = { workspace = true }
41-
rpassword = "7.0"
42-
semver = "1.0"
43-
serde = { version = "1.0", features = ["derive"] }
41+
rpassword = "7"
42+
semver = "1"
43+
serde = { version = "1", features = ["derive"] }
4444
serde_json = { workspace = true }
4545
sha2 = { workspace = true }
4646
subprocess = "0.2"

0 commit comments

Comments
 (0)