Skip to content

Commit

Permalink
Merge pull request #315 from volllly/renovate/crates
Browse files Browse the repository at this point in the history
fix(deps): update crates
  • Loading branch information
volllly authored Apr 18, 2024
2 parents a4715f9 + f6ac570 commit 5a756de
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,30 +24,30 @@ all-formats = ["yaml", "toml", "json"]
profiling = ["tracing", "tracing-tracy"]

[dependencies]
clap = { version = "4.4.11", features = ["derive", "color"] }
serde_yaml = { version = "0.9.29", optional = true }
serde_toml = { package = "toml", version = "0.8.8", optional = true }
serde_json = { version = "1.0.108", optional = true }
clap = { version = "4.5.4", features = ["derive", "color"] }
serde_yaml = { version = "0.9.34", optional = true }
serde_toml = { package = "toml", version = "0.8.12", optional = true }
serde_json = { version = "1.0.116", optional = true }
figment = { version = "0.10.18", default-features = false, features = ["env"] }
directories = "5.0.1"
once_cell = "1.19.0"
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
crossterm = "0.27.0"
itertools = "0.12.0"
thiserror = "1.0.51"
itertools = "0.12.1"
thiserror = "1.0.58"
baker = "0.2.0"
miette = { version = "7.2.0", features = ["fancy"] }
indexmap = "2.1.0"
indexmap = "2.2.6"
handlebars = "5.1.2"
handlebars_misc_helpers = { version = "0.15.0", default-features = false, features = [
"string",
"json",
] }
shellwords = "1.1.0"
path-absolutize = "3.1.1"
walkdir = "2.4.0"
walkdir = "2.5.0"
wax = { version = "0.6.0", features = ["miette"] }
whoami = "1.4.1"
whoami = "1.5.1"
path-slash = "0.2.1"
velcro = "0.5.4"
tap = "1.0.1"
Expand All @@ -60,13 +60,13 @@ strum = { version = "0.26.2", features = ["derive"] }
junction = "1.0.0"

[target.x86_64-unknown-linux-musl.dependencies]
openssl-sys = { version = "0.9.98", features = ["vendored"] }
openssl-sys = { version = "0.9.102", features = ["vendored"] }

[target.i686-unknown-linux-musl.dependencies]
openssl-sys = { version = "0.9.98", features = ["vendored"] }
openssl-sys = { version = "0.9.102", features = ["vendored"] }

[target.aarch64-unknown-linux-musl.dependencies]
openssl-sys = { version = "0.9.98", features = ["vendored"] }
openssl-sys = { version = "0.9.102", features = ["vendored"] }

[dev-dependencies]
fake = { version = "2.9.2", features = ["derive"] }
Expand Down

0 comments on commit 5a756de

Please sign in to comment.