Skip to content

Commit

Permalink
Combined PRs (#2640)
Browse files Browse the repository at this point in the history
* Bump serde_json from 1.0.133 to 1.0.134

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.134.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump thiserror from 2.0.8 to 2.0.9

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump openblas-src from 0.10.10 to 0.10.11

Bumps [openblas-src](https://github.com/blas-lapack-rs/openblas-src) from 0.10.10 to 0.10.11.
- [Release notes](https://github.com/blas-lapack-rs/openblas-src/releases)
- [Changelog](https://github.com/blas-lapack-rs/openblas-src/blob/master/CHANGELOG.md)
- [Commits](blas-lapack-rs/openblas-src@openblas-src-v0.10.10...openblas-src-v0.10.11)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Bump bytemuck from 1.20.0 to 1.21.0

Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.20.0 to 1.21.0.
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.20.0...v1.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
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 Jan 2, 2025
1 parent 7a19b5f commit fea5e57
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version = "0.16.0"

[workspace.dependencies]
atomic_float = "1"
bytemuck = "1.20.0"
bytemuck = "1.21.0"
candle-core = { version = "0.8" }
clap = { version = "4.5.23", features = ["derive"] }
colored = "2.1.0"
Expand Down Expand Up @@ -84,7 +84,7 @@ strum = "0.26.3"
strum_macros = "0.26.4"
syn = { version = "2.0.90", features = ["full", "extra-traits"] }
tempfile = "3.14.0"
thiserror = "2.0.6"
thiserror = "2.0.9"
tokio = { version = "1.42.0", features = ["rt", "macros"] }
tracing-appender = "0.2.3"
tracing-core = "0.1.33"
Expand Down Expand Up @@ -131,7 +131,7 @@ ndarray = { version = "0.16.1", default-features = false }
num-traits = { version = "0.2.19", default-features = false, features = [
"libm",
] } # libm is for no_std
openblas-src = "0.10.10"
openblas-src = "0.10.11"
rand = { version = "0.8.5", default-features = false, features = [
"std_rng",
] } # std_rng is for no_std
Expand All @@ -140,7 +140,7 @@ serde = { version = "1.0.216", default-features = false, features = [
"derive",
"alloc",
] } # alloc is for no_std, derive is needed
serde_json = { version = "1.0.133", default-features = false }
serde_json = { version = "1.0.134", default-features = false }
uuid = { version = "1.11.0", default-features = false }

libc = "0.2.168"
Expand Down

0 comments on commit fea5e57

Please sign in to comment.