Skip to content

Commit

Permalink
[meta] update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Sep 27, 2023
1 parent 7c7f352 commit 72dc600
Show file tree
Hide file tree
Showing 11 changed files with 236 additions and 243 deletions.
373 changes: 180 additions & 193 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cargo-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ guppy = { version = "0.17.1", path = "../guppy", features = ["summaries"] }
guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.11.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
serde = { version = "1.0.178", features = ["derive"] }
serde_json = "1.0.104"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
toml_edit = "0.17.1"
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }
8 changes: 4 additions & 4 deletions guppy-summaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ camino = { version = "1.1.6", features = ["serde1"] }
cfg-if = "1.0.0"
diffus = "0.10.0"
toml = { version = "0.5.11", features = ["preserve_order"] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.178", features = ["derive"] }
semver = { version = "1.0.19", features = ["serde"] }
serde = { version = "1.0.188", features = ["derive"] }
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }

[dev-dependencies]
indoc = "2.0.3"
indoc = "2.0.4"
pretty_assertions = "1.4.0"
serde_json = "1.0.104"
serde_json = "1.0.107"
14 changes: 7 additions & 7 deletions guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ debug-ignore = "1.0.5"
guppy-summaries = { version = "0.7.1", path = "../guppy-summaries", optional = true }
fixedbitset = { version = "0.4.2", default-features = false }
nested = "0.1.1"
indexmap = "1.9.3"
indexmap = "2.0.1"
itertools = "0.11.0"
once_cell = "1.18.0"
pathdiff = { version = "0.2.1", features = ["camino"] }
petgraph = { version = "0.6.3", default-features = false }
petgraph = { version = "0.6.4", default-features = false }
proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
rayon = { version = "1.7.0", optional = true }
semver = "1.0.18"
serde = { version = "1.0.178", features = ["derive"] }
serde_json = "1.0.104"
smallvec = "1.11.0"
rayon = { version = "1.8.0", optional = true }
semver = "1.0.19"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
smallvec = "1.11.1"
static_assertions = "1.1.0"
target-spec = { version = "3.0.1", path = "../target-spec" }
toml = { version = "0.5.11", optional = true, features = ["preserve_order"] }
Expand Down
4 changes: 2 additions & 2 deletions internal-tools/cargo-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
publish = false

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.75"
cargo = "0.71.0"
clap = { version = "3.2.25", features = ["derive"] }
color-eyre = { version = "0.6.2", default-features = false }
Expand All @@ -16,7 +16,7 @@ fs_extra = "1.3.0"
itertools = "0.11.0"
guppy = { path = "../../guppy" }
guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
tempfile = "3.7.0"
tempfile = "3.8.0"
once_cell = "1.18.0"
pathdiff = "0.2.1"
proptest = "1.2.0"
2 changes: 1 addition & 1 deletion internal-tools/fixture-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.72"
anyhow = "1.0.75"
camino = "1.1.6"
clap = "2.34.0"
guppy = { path = "../../guppy", features = ["proptest1", "summaries"] }
Expand Down
12 changes: 6 additions & 6 deletions target-spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ rustdoc-args = ["--cfg=doc_cfg"]
maintenance = { status = "actively-developed" }

[dependencies]
cfg-expr = { version = "0.15.4", features = ["targets"] }
cfg-expr = { version = "0.15.5", features = ["targets"] }
proptest = { version = "1.2.0", optional = true }
serde = { version = "1.0.178", optional = true, features = ["derive"] }
serde_json = { version = "1.0.104", optional = true }
target-lexicon = { version = "0.12.10", features = ["std"] }
serde = { version = "1.0.188", optional = true, features = ["derive"] }
serde_json = { version = "1.0.107", optional = true }
target-lexicon = { version = "0.12.11", features = ["std"] }
guppy-workspace-hack = { version = "0.1", path = "../workspace-hack" }
unicode-ident = "1.0.11"
unicode-ident = "1.0.12"

[dev-dependencies]
rustc_version = "0.4.0"
test-case = "3.1.0"
test-case = "3.2.1"
toml = "0.5.11"

[features]
Expand Down
6 changes: 3 additions & 3 deletions tools/cargo-hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rust-version = "1.66"
[dependencies]
camino = "1.1.6"
cfg-if = "1.0.0"
clap = { version = "4.3.19", features = ["derive"] }
clap = { version = "4.3.24", features = ["derive"] }
# disable tracing integration since we don't use it
color-eyre = { version = "0.6.2", default-features = false }
dialoguer = "0.10.4"
Expand All @@ -29,13 +29,13 @@ enable-ansi-support = "0.2.1"
env_logger = "0.9.3"
guppy = { version = "0.17.1", path = "../../guppy" }
hakari = { version = "0.16.0", path = "../hakari", features = ["cli-support"] }
log = "0.4.19"
log = "0.4.20"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
supports-color = "1.3.1"
guppy-workspace-hack = { version = "0.1", path = "../../workspace-hack" }

[dev-dependencies]
tempfile = "3.7.0"
tempfile = "3.8.0"

# Metadata for cargo-binstall to get the right artifacts.
[package.metadata.binstall]
Expand Down
8 changes: 4 additions & 4 deletions tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ rust-version = "1.66"

[dependencies]
camino = "1.1.6"
globset = "0.4.12"
globset = "0.4.13"
guppy = { version = "0.17.1", path = "../../guppy", features = [
"rayon1",
"summaries",
] }
once_cell = "1.18.0"
petgraph = { version = "0.6.3", default-features = false, features = [
petgraph = { version = "0.6.4", default-features = false, features = [
"graphmap",
] }
rayon = "1.7.0"
serde = { version = "1.0.178", features = ["derive"] }
rayon = "1.8.0"
serde = { version = "1.0.188", features = ["derive"] }
toml = "0.5.11"
guppy-workspace-hack = { version = "0.1", path = "../../workspace-hack" }

Expand Down
4 changes: 2 additions & 2 deletions tools/hakari/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ owo-colors = { version = "3.5.0", optional = true }
pathdiff = { version = "0.2.1", features = ["camino"] }
proptest = { version = "1.2.0", optional = true }
proptest-derive = { version = "0.3.0", optional = true }
rayon = "1.7.0"
serde = { version = "1.0.178", features = ["derive"], optional = true }
rayon = "1.8.0"
serde = { version = "1.0.188", features = ["derive"], optional = true }
tabular = { version = "0.2.0", features = ["ansi-cell"], optional = true }
target-spec = { version = "3.0.1", path = "../../target-spec" }
toml = { version = "0.5.11", optional = true }
Expand Down
44 changes: 25 additions & 19 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,41 @@ repository = "https://github.com/guppy-rs/guppy"

### BEGIN HAKARI SECTION
[dependencies]
clap = { version = "4.3.19", features = ["derive"] }
clap_builder = { version = "4.3.19", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] }
clap = { version = "4.4.5", features = ["derive"] }
clap_builder = { version = "4.4.5", default-features = false, features = ["color", "help", "std", "suggestions", "usage"] }
indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
libc = { version = "0.2.147" }
log = { version = "0.4.19", default-features = false, features = ["std"] }
memchr = { version = "2.5.0" }
libc = { version = "0.2.148" }
log = { version = "0.4.20", default-features = false, features = ["std"] }
memchr = { version = "2.6.3" }
num-traits = { version = "0.2.16", features = ["libm"] }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
petgraph = { version = "0.6.3", default-features = false, features = ["graphmap"] }
regex = { version = "1.9.1", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.3.4", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal"] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0.178", features = ["alloc", "derive"] }
serde_json = { version = "1.0.104", features = ["unbounded_depth"] }
petgraph = { version = "0.6.4", default-features = false, features = ["graphmap"] }
regex = { version = "1.9.5", default-features = false, features = ["perf", "std"] }
regex-automata = { version = "0.3.8", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal"] }
semver = { version = "1.0.19", features = ["serde"] }
serde = { version = "1.0.188", features = ["alloc", "derive"] }
serde_json = { version = "1.0.107", features = ["unbounded_depth"] }
toml = { version = "0.5.11", features = ["preserve_order"] }

[build-dependencies]
proc-macro2 = { version = "1.0.66" }
quote = { version = "1.0.32" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["extra-traits", "full"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.27", features = ["full"] }
proc-macro2 = { version = "1.0.67" }
quote = { version = "1.0.33" }
syn-dff4ba8e3ae991db = { package = "syn", version = "1.0.109", features = ["full"] }
syn-f595c2ba2a3f28df = { package = "syn", version = "2.0.37", features = ["extra-traits", "full"] }

[target.x86_64-unknown-linux-gnu.dependencies]
libc = { version = "0.2.147", default-features = false, features = ["extra_traits"] }
rustix = { version = "0.38.4", features = ["fs", "termios"] }
libc = { version = "0.2.148", default-features = false, features = ["extra_traits"] }
rustix = { version = "0.38.14", features = ["fs", "termios"] }

[target.x86_64-unknown-linux-gnu.build-dependencies]
libc = { version = "0.2.148", features = ["extra_traits"] }

[target.x86_64-apple-darwin.dependencies]
libc = { version = "0.2.147", default-features = false, features = ["extra_traits"] }
rustix = { version = "0.38.4", features = ["fs", "termios"] }
libc = { version = "0.2.148", default-features = false, features = ["extra_traits"] }
rustix = { version = "0.38.14", features = ["fs", "termios"] }

[target.x86_64-apple-darwin.build-dependencies]
libc = { version = "0.2.148", features = ["extra_traits"] }

[target.x86_64-pc-windows-msvc.dependencies]
winapi = { version = "0.3.9", default-features = false, features = ["consoleapi", "errhandlingapi", "fileapi", "handleapi", "minwinbase", "minwindef", "processenv", "std", "synchapi", "winbase", "wincon", "winerror", "winnt"] }
Expand Down

0 comments on commit 72dc600

Please sign in to comment.