Skip to content

Commit

Permalink
Combined PRs (#2687)
Browse files Browse the repository at this point in the history
* Bump clap from 4.5.24 to 4.5.26

Bumps [clap](https://github.com/clap-rs/clap) from 4.5.24 to 4.5.26.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.24...clap_complete-v4.5.26)

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

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

* Bump serde_json from 1.0.134 to 1.0.135

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

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

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

* Bump thiserror from 2.0.9 to 2.0.11

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

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

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

* Bump proc-macro2 from 1.0.92 to 1.0.93

Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.92 to 1.0.93.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.92...1.0.93)

---
updated-dependencies:
- dependency-name: proc-macro2
  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 Jan 13, 2025
1 parent 51b742f commit 8115815
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
46 changes: 23 additions & 23 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 @@ -29,7 +29,7 @@ version = "0.16.0"
atomic_float = "1"
bytemuck = "1.21.0"
candle-core = { version = "0.8" }
clap = { version = "4.5.24", features = ["derive"] }
clap = { version = "4.5.26", features = ["derive"] }
colored = "2.1.0"
console_error_panic_hook = "0.1.7"
csv = "1.3.1"
Expand All @@ -56,7 +56,7 @@ paste = "1"
percent-encoding = "2.3.1"
polars = { version = "0.44.2", features = ["lazy"] }
pretty_assertions = "1.4.1"
proc-macro2 = "1.0.92"
proc-macro2 = "1.0.93"
protobuf = "3.7.1"
protobuf-codegen = "3.7.1"
quote = "1.0.38"
Expand Down Expand Up @@ -84,7 +84,7 @@ strum = "0.26.3"
strum_macros = "0.26.4"
syn = { version = "2.0.95", features = ["full", "extra-traits"] }
tempfile = "3.14.0"
thiserror = "2.0.9"
thiserror = "2.0.11"
tokio = { version = "1.42.0", features = ["rt", "macros"] }
tracing-appender = "0.2.3"
tracing-core = "0.1.33"
Expand Down Expand Up @@ -140,7 +140,7 @@ serde = { version = "1.0.217", default-features = false, features = [
"derive",
"alloc",
] } # alloc is for no_std, derive is needed
serde_json = { version = "1.0.134", default-features = false }
serde_json = { version = "1.0.135", default-features = false }
uuid = { version = "1.11.0", default-features = false }

libc = "0.2.169"
Expand Down

0 comments on commit 8115815

Please sign in to comment.