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] authored Jan 1, 2024
1 parent 903a509 commit 8938736
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
94 changes: 47 additions & 47 deletions Cargo.lock

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

30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repository = "https://github.com/rust-lang/cargo"
[workspace.dependencies]
anstream = "0.6.5"
anstyle = "1.0.4"
anyhow = "1.0.75"
anyhow = "1.0.78"
base64 = "0.21.5"
bytesize = "1.3"
cargo = { path = "" }
Expand All @@ -34,14 +34,14 @@ cargo-test-support = { path = "crates/cargo-test-support" }
cargo-util = { version = "0.2.6", path = "crates/cargo-util" }
cargo-util-schemas = { version = "0.2.0", path = "crates/cargo-util-schemas" }
cargo_metadata = "0.18.1"
clap = "4.4.10"
clap = "4.4.12"
color-print = "0.3.5"
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.70"
filetime = "0.2.22"
filetime = "0.2.23"
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
git2 = "0.18.1"
git2-curl = "0.19.0"
Expand All @@ -51,27 +51,27 @@ glob = "0.3.1"
handlebars = { version = "4.5.0", 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.21"
im-rc = "15.1.0"
indexmap = "2"
itertools = "0.12.0"
jobserver = "0.1.27"
lazycell = "1.3.0"
libc = "0.2.150"
libc = "0.2.151"
libgit2-sys = "0.16.1"
libloading = "0.8.1"
memchr = "2.6.4"
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"] }
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.28"
proptest = "1.4.0"
pulldown-cmark = { version = "0.9.3", default-features = false }
rand = "0.8.5"
Expand All @@ -82,19 +82,19 @@ same-file = "1.0.6"
security-framework = "2.9.2"
semver = { version = "1.0.20", features = ["serde"] }
serde = "1.0.193"
serde-untagged = "0.1.1"
serde-untagged = "0.1.4"
serde-value = "0.7.0"
serde_ignored = "0.1.9"
serde_json = "1.0.108"
serde_json = "1.0.109"
sha1 = "0.10.6"
sha2 = "0.10.8"
shell-escape = "0.1.5"
supports-hyperlinks = "2.1.0"
snapbox = { version = "0.4.14", features = ["diff", "path"] }
syn = { version = "2.0.39", features = ["extra-traits", "full"] }
snapbox = { version = "0.4.15", features = ["diff", "path"] }
syn = { version = "2.0.45", features = ["extra-traits", "full"] }
tar = { version = "0.4.40", default-features = false }
tempfile = "3.8.1"
thiserror = "1.0.50"
tempfile = "3.9.0"
thiserror = "1.0.53"
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
toml = "0.8.8"
toml_edit = { version = "0.21.0", features = ["serde"] }
Expand Down
Loading

0 comments on commit 8938736

Please sign in to comment.