Skip to content

Commit

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

| Package | Type | Update | Change |
|---|---|---|---|
| [tempfile](https://stebalien.com/projects/tempfile-rs/)
([source](https://redirect.github.com/Stebalien/tempfile)) |
dev-dependencies | minor | `3.13.0` -> `3.14.0` |
| [tokio](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tokio)) | dependencies |
patch | `1.41.0` -> `1.41.1` |

---

### Release Notes

<details>
<summary>Stebalien/tempfile (tempfile)</summary>

###
[`v3.14.0`](https://redirect.github.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3140)

[Compare
Source](https://redirect.github.com/Stebalien/tempfile/compare/v3.13.0...v3.14.0)

- Make the wasip2 target work (requires tempfile's "nightly" feature to
be enabled).
[#&#8203;305](https://redirect.github.com/Stebalien/tempfile/pull/305).
- Allow older windows-sys versions
[#&#8203;304](https://redirect.github.com/Stebalien/tempfile/pull/305).

</details>

<details>
<summary>tokio-rs/tokio (tokio)</summary>

###
[`v1.41.1`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.41.1):
Tokio v1.41.1

[Compare
Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1)

### 1.41.1 (Nov 7th, 2024)

##### Fixed

- metrics: fix bug with wrong number of buckets for the histogram
([#&#8203;6957])
- net: display `net` requirement for `net::UdpSocket` in docs
([#&#8203;6938])
-   net: fix typo in `TcpStream` internal comment ([#&#8203;6944])

[#&#8203;6957]: https://redirect.github.com/tokio-rs/tokio/pull/6957

[#&#8203;6938]: https://redirect.github.com/tokio-rs/tokio/pull/6938

[#&#8203;6944]: https://redirect.github.com/tokio-rs/tokio/pull/6944

</details>

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 10, 2024
1 parent 126d1ae commit 3228df2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ oorandom = "11.1.4"
rayon = { version = "1.10", optional = true }
futures = { version = "0.3.31", default-features = false, optional = true }
smol = { version = "2.0.2", default-features = false, optional = true }
tokio = { version = "1.41.0", default-features = false, features = ["rt"], optional = true }
tokio = { version = "1.41.1", 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.10", optional = true }

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

0 comments on commit 3228df2

Please sign in to comment.