Skip to content

Commit

Permalink
chore(deps): update compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 17, 2024
1 parent f5418fc commit 8f0bba5
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ edition = "2021"
license = "MIT OR Apache-2.0"

[workspace.dependencies]
anstream = "0.6.4"
anstyle = "1.0.4"
anyhow = "1.0.75"
anstream = "0.6.13"
anstyle = "1.0.6"
anyhow = "1.0.81"
base64 = "0.21.4"
bytesize = "1.3"
cargo = { path = "" }
Expand All @@ -30,77 +30,77 @@ cargo-platform = { path = "crates/cargo-platform", version = "0.1.4" }
cargo-test-macro = { path = "crates/cargo-test-macro" }
cargo-test-support = { path = "crates/cargo-test-support" }
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
cargo_metadata = "0.18.0"
clap = "4.4.6"
cargo_metadata = "0.18.1"
clap = "4.5.3"
color-print = "0.3.5"
core-foundation = { version = "0.9.3", features = ["mac_os_10_7_support"] }
core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.39.0", path = "crates/crates-io" }
criterion = { version = "0.5.1", features = ["html_reports"] }
curl = "0.4.44"
curl-sys = "0.4.68"
filetime = "0.2.22"
flate2 = { version = "1.0.27", default-features = false, features = ["zlib"] }
git2 = "0.18.1"
curl = "0.4.46"
curl-sys = "0.4.72"
filetime = "0.2.23"
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
git2 = "0.18.2"
git2-curl = "0.19.0"
gix = { version = "0.54.1", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision"] }
gix-features-for-configuration-only = { version = "0.35.0", package = "gix-features", features = [ "parallel" ] }
glob = "0.3.1"
handlebars = { version = "3.5.5", features = ["dir_source"] }
hex = "0.4.3"
hmac = "0.12.1"
home = "0.5.5"
http-auth = { version = "0.1.8", default-features = false }
home = "0.5.9"
http-auth = { version = "0.1.9", default-features = false }
humantime = "2.1.0"
ignore = "0.4.20"
ignore = "0.4.22"
im-rc = "15.1.0"
indexmap = "2"
itertools = "0.11.0"
jobserver = "0.1.26"
jobserver = "0.1.28"
lazycell = "1.3.0"
libc = "0.2.148"
libc = "0.2.153"
libgit2-sys = "0.16.1"
libloading = "0.8.1"
memchr = "2.6.4"
libloading = "0.8.3"
memchr = "2.7.1"
miow = "0.6.0"
opener = "0.6.1"
openssl ="0.10.57"
os_info = "3.7.0"
pasetors = { version = "0.6.7", features = ["v3", "paserk", "std", "serde"] }
os_info = "3.8.1"
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
pathdiff = "0.2"
percent-encoding = "2.3"
pkg-config = "0.3.27"
pkg-config = "0.3.30"
pretty_assertions = "1.4.0"
proptest = "1.3.1"
proptest = "1.4.0"
pulldown-cmark = { version = "0.9.3", default-features = false }
rand = "0.8.5"
rustfix = "0.6.1"
same-file = "1.0.6"
security-framework = "2.9.2"
semver = { version = "1.0.20", features = ["serde"] }
serde = "1.0.188"
serde-untagged = "0.1.1"
semver = { version = "1.0.22", features = ["serde"] }
serde = "1.0.197"
serde-untagged = "0.1.5"
serde-value = "0.7.0"
serde_ignored = "0.1.9"
serde_json = "1.0.107"
serde_ignored = "0.1.10"
serde_json = "1.0.114"
sha1 = "0.10.6"
sha2 = "0.10.8"
shell-escape = "0.1.5"
snapbox = { version = "0.4.13", features = ["diff", "path"] }
syn = { version = "2.0.37", features = ["extra-traits", "full"] }
syn = { version = "2.0.53", features = ["extra-traits", "full"] }
tar = { version = "0.4.40", default-features = false }
tempfile = "3.8.0"
thiserror = "1.0.49"
tempfile = "3.10.1"
thiserror = "1.0.58"
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
toml = "0.8.2"
toml = "0.8.11"
toml_edit = { version = "0.20.2", features = ["serde"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
unicase = "2.7.0"
unicode-width = "0.1.11"
unicode-xid = "0.2.4"
url = "2.4.1"
url = "2.5.0"
varisat = "0.2.2"
walkdir = "2.4.0"
walkdir = "2.5.0"
windows-sys = "0.48"

[package]
Expand Down

0 comments on commit 8f0bba5

Please sign in to comment.