Skip to content

Commit

Permalink
fix(deps): update crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent d3c9a45 commit 043d7a9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 28 deletions.
69 changes: 47 additions & 22 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ all-formats = ["yaml", "toml", "json"]
profiling = ["tracing", "tracing-tracy"]

[dependencies]
clap = { version = "4.4.2", features = ["derive", "color"] }
clap = { version = "4.4.4", features = ["derive", "color"] }
serde_yaml = { version = "0.9.25", optional = true }
serde_toml = { package = "toml", version = "0.7.6", optional = true }
serde_json = { version = "1.0.105", optional = true }
serde_toml = { package = "toml", version = "0.8.0", optional = true }
serde_json = { version = "1.0.107", optional = true }
figment = { version = "0.10.10", default-features = false, features = ["env"] }
directories = "5.0.1"
once_cell = "1.18.0"
Expand All @@ -45,15 +45,15 @@ handlebars_misc_helpers = { version = "0.13.0", default-features = false, featur
"json",
] }
shellwords = "1.1.0"
path-absolutize = "3.1.0"
walkdir = "2.3.3"
path-absolutize = "3.1.1"
walkdir = "2.4.0"
wax = { version = "0.5.0", features = ["miette"] }
whoami = "1.4.1"
path-slash = "0.2.1"
velcro = "0.5.4"
tap = "1.0.1"
tracing = { version = "0.1.37", optional = true }
tracing-tracy = { version = "0.10.3", optional = true }
tracing-tracy = { version = "0.10.4", optional = true }
tracing-subscriber = { version = "0.3.17", optional = true }
rayon = "1.7.0"

Expand Down

0 comments on commit 043d7a9

Please sign in to comment.