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 Feb 1, 2024
1 parent aa18926 commit 075a5d3
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 67 deletions.
98 changes: 49 additions & 49 deletions Cargo.lock

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

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

[workspace.dependencies]
annotate-snippets = "0.10.1"
anstream = "0.6.5"
anstyle = "1.0.4"
anstream = "0.6.11"
anstyle = "1.0.5"
anyhow = "1.0.79"
base64 = "0.21.5"
base64 = "0.21.7"
bytesize = "1.3"
cargo = { path = "" }
cargo-credential = { version = "0.4.2", path = "credential/cargo-credential" }
Expand All @@ -35,7 +35,7 @@ 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.12"
clap = "4.4.18"
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" }
Expand All @@ -49,19 +49,19 @@ git2-curl = "0.19.0"
gix = { version = "0.57.1", default-features = false, features = ["blocking-http-transport-curl", "progress-tree", "revision"] }
gix-features-for-configuration-only = { version = "0.37.1", package = "gix-features", features = [ "parallel" ] }
glob = "0.3.1"
handlebars = { version = "5.0.0", features = ["dir_source"] }
handlebars = { version = "5.1.1", features = ["dir_source"] }
hex = "0.4.3"
hmac = "0.12.1"
home = "0.5.9"
http-auth = { version = "0.1.9", default-features = false }
humantime = "2.1.0"
ignore = "0.4.21"
ignore = "0.4.22"
im-rc = "15.1.0"
indexmap = "2"
itertools = "0.12.0"
itertools = "0.12.1"
jobserver = "0.1.27"
lazycell = "1.3.0"
libc = "0.2.151"
libc = "0.2.153"
libgit2-sys = "0.16.1"
libloading = "0.8.1"
memchr = "2.7.1"
Expand All @@ -72,33 +72,33 @@ 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.28"
pkg-config = "0.3.29"
proptest = "1.4.0"
pulldown-cmark = { version = "0.9.3", default-features = false }
pulldown-cmark = { version = "0.9.6", default-features = false }
rand = "0.8.5"
regex = "1.10.2"
regex = "1.10.3"
rusqlite = { version = "0.30.0", features = ["bundled"] }
rustfix = { version = "0.8.0", path = "crates/rustfix" }
same-file = "1.0.6"
security-framework = "2.9.2"
semver = { version = "1.0.20", features = ["serde"] }
serde = "1.0.194"
serde-untagged = "0.1.4"
semver = { version = "1.0.21", features = ["serde"] }
serde = "1.0.196"
serde-untagged = "0.1.5"
serde-value = "0.7.0"
serde_ignored = "0.1.9"
serde_json = "1.0.110"
serde_ignored = "0.1.10"
serde_json = "1.0.113"
sha1 = "0.10.6"
sha2 = "0.10.8"
shell-escape = "0.1.5"
supports-hyperlinks = "2.1.0"
snapbox = { version = "0.4.15", features = ["diff", "path"] }
snapbox = { version = "0.4.16", features = ["diff", "path"] }
tar = { version = "0.4.40", default-features = false }
tempfile = "3.9.0"
thiserror = "1.0.56"
time = { version = "0.3", features = ["parsing", "formatting", "serde"] }
toml = "0.8.9"
toml_edit = { version = "0.21.1", features = ["serde"] }
tracing = "0.1.37" # be compatible with rustc_log: https://github.com/rust-lang/rust/blob/e51e98dde6a/compiler/rustc_log/Cargo.toml#L9
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"
unicode-width = "0.1.11"
Expand Down

0 comments on commit 075a5d3

Please sign in to comment.