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 Jul 18, 2023
1 parent 83e9898 commit ec4ed59
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 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 @@ -24,10 +24,10 @@ all-formats = ["yaml", "toml", "json"]
profiling = ["tracing", "tracing-tracy"]

[dependencies]
clap = { version = "4.3.11", features = ["derive", "color"] }
serde_yaml = { version = "0.9.22", optional = true }
clap = { version = "4.3.15", features = ["derive", "color"] }
serde_yaml = { version = "0.9.24", optional = true }
serde_toml = { package = "toml", version = "0.7.6", optional = true }
serde_json = { version = "1.0.102", optional = true }
serde_json = { version = "1.0.103", optional = true }
figment = { version = "0.10.10", default-features = false, features = ["env"] }
directories = "5.0.1"
once_cell = "1.18.0"
Expand All @@ -37,7 +37,7 @@ crossterm = "0.26.1"
itertools = "0.11.0"
thiserror = "1.0.43"
baker = "0.2.0"
miette = { version = "5.9.0", features = ["fancy"] }
miette = { version = "5.10.0", features = ["fancy"] }
indexmap = "2.0.0"
handlebars = "4.3.7"
handlebars_misc_helpers = { version = "0.13.0", default-features = false, features = [
Expand Down

0 comments on commit ec4ed59

Please sign in to comment.