Skip to content

Commit

Permalink
chore(deps): update rust crates (#57)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [async-std](https://async.rs)
([source](https://redirect.github.com/async-rs/async-std)) |
dependencies | patch | `1.12` -> `1.13.0` |
| [bpaf](https://redirect.github.com/pacak/bpaf) | dependencies | patch
| `0.9.12` -> `0.9.14` |
| [codspeed](https://codspeed.io)
([source](https://redirect.github.com/CodSpeedHQ/codspeed-rust)) |
dependencies | patch | `2.6.0` -> `2.7.2` |
| [document-features](https://slint.rs)
([source](https://redirect.github.com/slint-ui/document-features)) |
dependencies | patch | `0.2.8` -> `0.2.10` |
| [oorandom](https://hg.sr.ht/~icefox/oorandom) | dependencies | patch |
`11.1.3` -> `11.1.4` |
| [serde](https://serde.rs)
([source](https://redirect.github.com/serde-rs/serde)) | dependencies |
patch | `1.0.203` -> `1.0.210` |
| [serde_json](https://redirect.github.com/serde-rs/json) | dependencies
| patch | `1.0.117` -> `1.0.128` |
| [smol](https://redirect.github.com/smol-rs/smol) | dependencies |
patch | `2.0` -> `2.0.2` |
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://redirect.github.com/Stebalien/tempfile)) |
dev-dependencies | patch | `3.10.1` -> `3.12.0` |
| [tokio](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tokio)) | dependencies |
patch | `1.38.0` -> `1.40.0` |

---

### Configuration

📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

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

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Boshen/criterion2.rs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 23, 2024
1 parent f3c531b commit f45c089
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,28 +27,28 @@ bench = false

[dependencies]
anes = "0.2.0"
serde = "1.0.203"
serde_json = "1.0.117"
serde = "1.0.210"
serde_json = "1.0.128"
ciborium = "0.2.2"
bpaf = { version = "0.9.12", default-features = false }
bpaf = { version = "0.9.14", default-features = false }
walkdir = "2.5"
cast = "0.3"
num-traits = { version = "0.2.19", default-features = false, features = ["std"] }
oorandom = "11.1.3"
oorandom = "11.1.4"

# Optional dependencies
rayon = { version = "1.10", optional = true }
futures = { version = "0.3.30", default-features = false, optional = true }
smol = { version = "2.0", default-features = false, optional = true }
tokio = { version = "1.38.0", default-features = false, features = ["rt"], optional = true }
async-std = { version = "1.12", optional = true }
codspeed = { version = "2.6.0", optional = true }
smol = { version = "2.0.2", default-features = false, optional = true }
tokio = { version = "1.40.0", default-features = false, features = ["rt"], optional = true }
async-std = { version = "1.13.0", optional = true }
codspeed = { version = "2.7.2", optional = true }
colored = { version = "2.1.0", optional = true }

document-features = { version = "0.2.8", optional = true }
document-features = { version = "0.2.10", optional = true }

[dev-dependencies]
tempfile = "3.10.1"
tempfile = "3.12.0"
approx = "0.5.1"
quickcheck = { version = "1.0.3", default-features = false }
rand = "0.8.5"
Expand Down

0 comments on commit f45c089

Please sign in to comment.