Skip to content

Commit

Permalink
chore(deps): several versions (#1130)
Browse files Browse the repository at this point in the history
* chore(deps): bump rhai to v1.17

* chore(deps): bump tempfile to v3.10

* chore(deps): bump clap to v4.5

* chore(deps): bump gix-config to v0.34

* chore(deps): bump minor locked versions
  • Loading branch information
sassman committed Feb 16, 2024
1 parent bc6eea9 commit 4a2ecab
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 48 deletions.
97 changes: 53 additions & 44 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 @@ -9,13 +9,13 @@ edition = "2021"
include = ["src/**/*", "LICENSE-*", "*.md"]

[dependencies]
clap = { version = "~4.4", features = ["derive", "std", "help"], default-features = false }
clap = { version = "~4.5", features = ["derive", "std", "help"], default-features = false }
git2 = { version = "~0.18", features = ["ssh", "https"], default-features = false }
auth-git2 = "~0.5"
console = "~0.15"
dialoguer = "~0.11"
indicatif = "~0.17"
tempfile = "~3.8"
tempfile = "~3.10"
regex = "~1.10"
heck = "~0.4"
walkdir = "~2.4"
Expand All @@ -26,9 +26,9 @@ toml = { version = "~0.8", features = ["preserve_order"] }
thiserror = "~1.0"
home = "~0.5"
sanitize-filename = "~0.5"
rhai = "~1.16"
rhai = "~1.17"
path-absolutize = "~3.1"
gix-config = "~0.32"
gix-config = "~0.34"
paste = "~1.0"
names = { version = "~0.14", default-features = false }
log = "~0.4"
Expand Down

0 comments on commit 4a2ecab

Please sign in to comment.