Skip to content

Commit

Permalink
fix(deps): update rust crate once_cell to 1.20.3 (#409)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [once_cell](https://redirect.github.com/matklad/once_cell) |
dependencies | patch | `1.20.2` -> `1.20.3` |

---

### Release Notes

<details>
<summary>matklad/once_cell (once_cell)</summary>

###
[`v1.20.3`](https://redirect.github.com/matklad/once_cell/compare/v1.20.2...v1.20.3)

[Compare
Source](https://redirect.github.com/matklad/once_cell/compare/v1.20.2...v1.20.3)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone
America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone
America/Los_Angeles.

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjE2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
  • Loading branch information
nextest-bot authored Feb 9, 2025
1 parent 123fa5c commit 281fede
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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 guppy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fixedbitset = { version = "0.5.7", default-features = false }
nested = "0.1.1"
indexmap = "2.7.1"
itertools = "0.14.0"
once_cell = "1.20.2"
once_cell = "1.20.3"
pathdiff = { version = "0.2.3", features = ["camino"] }
petgraph = { version = "0.7.1", default-features = false }
proptest = { version = "1.6.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion internal-tools/cargo-compare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ itertools = "0.14.0"
guppy = { path = "../../guppy" }
guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
tempfile = "3.16.0"
once_cell = "1.20.2"
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 @@ -15,7 +15,7 @@ guppy = { path = "../../guppy", features = ["proptest1", "summaries"] }
guppy-cmdlib = { path = "../../guppy-cmdlib", features = ["proptest1"] }
fixtures = { path = "../../fixtures" }
hakari = { path = "../../tools/hakari", features = ["cli-support", "proptest1"] }
once_cell = "1.20.2"
once_cell = "1.20.3"
proptest = "1.6.0"
proptest-ext = { path = "../proptest-ext" }
structopt = "0.3.26"
Expand Down
2 changes: 1 addition & 1 deletion tools/determinator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ guppy = { version = "0.17.13", path = "../../guppy", features = [
"rayon1",
"summaries",
] }
once_cell = "1.20.2"
once_cell = "1.20.3"
petgraph = { version = "0.7.1", default-features = false, features = [
"graphmap",
] }
Expand Down
2 changes: 1 addition & 1 deletion workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ indexmap = { version = "1.9.3", default-features = false, features = ["std"] }
log = { version = "0.4.25", default-features = false, features = ["std"] }
miette = { version = "7.4.0", features = ["fancy"] }
num-traits = { version = "0.2.19" }
once_cell = { version = "1.20.2" }
once_cell = { version = "1.20.3" }
owo-colors = { version = "3.5.0", default-features = false, features = ["supports-colors"] }
petgraph = { version = "0.7.1", default-features = false, features = ["graphmap"] }
regex = { version = "1.10.5", default-features = false, features = ["perf", "std"] }
Expand Down

0 comments on commit 281fede

Please sign in to comment.