Skip to content

Commit

Permalink
Combined PRs (tracel-ai#2602)
Browse files Browse the repository at this point in the history
* Bump thiserror from 2.0.3 to 2.0.6

Bumps [thiserror](https://github.com/dtolnay/thiserror) from 2.0.3 to 2.0.6.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.3...2.0.6)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump os_info from 3.8.2 to 3.9.0

Bumps [os_info](https://github.com/stanislav-tkach/os_info) from 3.8.2 to 3.9.0.
- [Release notes](https://github.com/stanislav-tkach/os_info/releases)
- [Changelog](https://github.com/stanislav-tkach/os_info/blob/master/CHANGELOG.md)
- [Commits](stanislav-tkach/os_info@v3.8.2...v3.9.0)

---
updated-dependencies:
- dependency-name: os_info
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump candle-core from 0.8.0 to 0.8.1

Bumps [candle-core](https://github.com/huggingface/candle) from 0.8.0 to 0.8.1.
- [Changelog](https://github.com/huggingface/candle/blob/main/CHANGELOG.md)
- [Commits](huggingface/candle@0.8.0...0.8.1)

---
updated-dependencies:
- dependency-name: candle-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] authored Dec 9, 2024
1 parent 6dbc3fd commit 170b3bb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 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 @@ -84,7 +84,7 @@ strum = "0.26.3"
strum_macros = "0.26.4"
syn = { version = "2.0.89", features = ["full", "extra-traits"] }
tempfile = "3.14.0"
thiserror = "2.0.3"
thiserror = "2.0.6"
tokio = { version = "1.41.1", features = ["rt", "macros"] }
tracing-appender = "0.2.3"
tracing-core = "0.1.33"
Expand All @@ -106,7 +106,7 @@ wgpu = "22.1.0"
# Benchmarks and Burnbench
arboard = "3.4.1"
github-device-flow = "0.2.0"
os_info = "3.8.2"
os_info = "3.9.0"
wsl = "0.1.0"

bincode = { version = "2.0.0-rc.3", features = [
Expand Down

0 comments on commit 170b3bb

Please sign in to comment.