Skip to content

Commit

Permalink
run cargo upgrade
Browse files Browse the repository at this point in the history
Run `cargo upgrade` to pick up newer updates.
  • Loading branch information
sunshowers committed Feb 21, 2025
1 parent 55d9722 commit f1beede
Show file tree
Hide file tree
Showing 33 changed files with 149 additions and 179 deletions.
62 changes: 31 additions & 31 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ cfg-expr = "0.18.0"
datatest-stable = { version = "0.3.2", features = ["include-dir"] }
guppy-workspace-hack = "0.1.0"
include_dir = "0.7.4"
miette = "7.4.0"
miette = "7.5.0"
snapbox = { version = "0.6.21", features = ["term-svg"] }

[workspace.package]
Expand Down
6 changes: 3 additions & 3 deletions cargo-guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ guppy = { version = "0.17.16", path = "../guppy", features = ["summaries"] }
guppy-cmdlib = { path = "../guppy-cmdlib" }
itertools = "0.14.0"
pathdiff = { version = "0.2.3", features = ["camino"] }
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
toml_edit = "0.22.23"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
toml_edit = "0.22.24"
guppy-workspace-hack.workspace = true
8 changes: 4 additions & 4 deletions fixtures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2018"

[dependencies]
ahash.workspace = true
camino = "1.1.6"
camino = "1.1.9"
guppy = { path = "../guppy" }
once_cell = "1.18.0"
pathdiff = "0.2.1"
pretty_assertions = "1.4.0"
once_cell = "1.20.3"
pathdiff = "0.2.3"
pretty_assertions = "1.4.1"
guppy-workspace-hack.workspace = true
4 changes: 2 additions & 2 deletions guppy-summaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ cfg-if = "1.0.0"
diffus = "0.10.0"
toml = { version = "0.5.11", features = ["preserve_order"] }
semver = { version = "1.0.25", features = ["serde"] }
serde = { version = "1.0.217", features = ["derive"] }
serde = { version = "1.0.218", features = ["derive"] }
guppy-workspace-hack.workspace = true

[dev-dependencies]
indoc = "2.0.5"
pretty_assertions = "1.4.1"
serde_json = "1.0.138"
serde_json = "1.0.139"
6 changes: 3 additions & 3 deletions guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ proptest = { version = "1.6.0", optional = true }
proptest-derive = { version = "0.5.1", optional = true }
rayon = { version = "1.10.0", optional = true }
semver = "1.0.25"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.138"
smallvec = "1.13.2"
serde = { version = "1.0.218", features = ["derive"] }
serde_json = "1.0.139"
smallvec = "1.14.0"
static_assertions = "1.1.0"
target-spec = { version = "3.4.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.95"
anyhow = "1.0.96"
# need a cfg-expr update to use newer versions of Cargo
cargo = { version = "0.86.0", features = ["vendored-libgit2"] }
clap = { version = "3.2.25", features = ["derive"] }
Expand All @@ -17,7 +17,7 @@ fs_extra = "1.3.0"
itertools = "0.14.0"
guppy = { path = "../../guppy" }
guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
tempfile = "3.16.0"
tempfile = "3.17.1"
once_cell = "1.20.3"
pathdiff = "0.2.3"
proptest = "1.6.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.95"
anyhow = "1.0.96"
camino = "1.1.9"
clap = "2.34.0"
guppy = { path = "../../guppy", features = ["proptest1", "summaries"] }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

× error deserializing custom target JSON for `my-target`
╭─[2:13]
1 │ {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

× error deserializing custom target JSON for `my-target`
╭─[32:29]
31 │ },
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

× error deserializing custom target JSON for `my-target`
╭─[33:27]
32 │ "target-endian": "big",
Expand Down
Loading

0 comments on commit f1beede

Please sign in to comment.