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 1, 2024
1 parent 3bb0697 commit 8a280bb
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 62 deletions.
104 changes: 56 additions & 48 deletions Cargo.lock

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

28 changes: 14 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ homepage = "https://github.com/rust-lang/cargo"
repository = "https://github.com/rust-lang/cargo"

[workspace.dependencies]
annotate-snippets = "0.10.1"
anstream = "0.6.11"
annotate-snippets = "0.10.2"
anstream = "0.6.13"
anstyle = "1.0.6"
anyhow = "1.0.79"
anyhow = "1.0.80"
base64 = "0.21.7"
bytesize = "1.3"
cargo = { path = "" }
Expand All @@ -40,8 +40,8 @@ color-print = "0.3.5"
core-foundation = { version = "0.9.4", features = ["mac_os_10_7_support"] }
crates-io = { version = "0.40.0", path = "crates/crates-io" }
criterion = { version = "0.5.1", features = ["html_reports"] }
curl = "0.4.44"
curl-sys = "0.4.71"
curl = "0.4.46"
curl-sys = "0.4.72+curl-8"
filetime = "0.2.23"
flate2 = { version = "1.0.28", default-features = false, features = ["zlib"] }
git2 = "0.18.2"
Expand All @@ -67,12 +67,12 @@ libloading = "0.8.1"
memchr = "2.7.1"
miow = "0.6.0"
opener = "0.6.1"
openssl = "0.10.63"
openssl = "0.10.64"
os_info = "3.7.0"
pasetors = { version = "0.6.8", features = ["v3", "paserk", "std", "serde"] }
pathdiff = "0.2"
percent-encoding = "2.3"
pkg-config = "0.3.29"
pkg-config = "0.3.30"
proptest = "1.4.0"
pulldown-cmark = { version = "0.9.3", default-features = false }
rand = "0.8.5"
Expand All @@ -81,23 +81,23 @@ rusqlite = { version = "0.30.0", features = ["bundled"] }
rustfix = { version = "0.8.2", path = "crates/rustfix" }
same-file = "1.0.6"
security-framework = "2.9.2"
semver = { version = "1.0.21", features = ["serde"] }
serde = "1.0.196"
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.10"
serde_json = "1.0.113"
serde_json = "1.0.114"
sha1 = "0.10.6"
sha2 = "0.10.8"
shell-escape = "0.1.5"
supports-hyperlinks = "3.0.0"
snapbox = { version = "0.5.6", features = ["diff", "path", "term-svg"] }
snapbox = { version = "0.5.7", features = ["diff", "path", "term-svg"] }
tar = { version = "0.4.40", default-features = false }
tempfile = "3.9.0"
thiserror = "1.0.56"
tempfile = "3.10.1"
thiserror = "1.0.57"
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
toml = "0.8.10"
toml_edit = { version = "0.22.4", features = ["serde"] }
toml_edit = { version = "0.22.6", features = ["serde"] }
tracing = "0.1.40" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
unicase = "2.7.0"
Expand Down

0 comments on commit 8a280bb

Please sign in to comment.