Skip to content

Commit

Permalink
build(deps): bump the all group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.11` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` |
| [serde](https://github.com/serde-rs/serde) | `1.0.217` | `1.0.218` |
| [toml](https://github.com/toml-rs/toml) | `0.8.19` | `0.8.20` |
| [clap](https://github.com/clap-rs/clap) | `4.5.27` | `4.5.31` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.138` | `1.0.139` |


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

Updates `chrono` from 0.4.39 to 0.4.40
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.39...v0.4.40)

Updates `serde` from 1.0.217 to 1.0.218
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.217...v1.0.218)

Updates `toml` from 0.8.19 to 0.8.20
- [Commits](toml-rs/toml@toml-v0.8.19...toml-v0.8.20)

Updates `clap` from 4.5.27 to 4.5.31
- [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.27...v4.5.31)

Updates `serde_json` from 1.0.138 to 1.0.139
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.138...v1.0.139)

---
updated-dependencies:
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: toml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent e49b9e0 commit cd0083f
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 29 deletions.
52 changes: 29 additions & 23 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@ futures = "0.3.31"
tokio-stream = { version = "0.1.17", features = ["net"] }
tempfile = "3.10.1"
tower = { version = "0.4" }
thiserror = "1.0.69"
chrono = "0.4.39"
thiserror = "2.0.11"
chrono = "0.4.40"
chronoutil = "0.2.7"
async-trait = "0.1.86"
tonic-build = "0.7.2"
clap = { version = "4.5.27", features = ["derive"] }
clap = { version = "4.5.31", features = ["derive"] }
criterion = { version = "0.5.1", features = ["async_tokio"] }
serde_json = "1.0.138"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.139"
serde = { version = "1.0.218", features = ["derive"] }
reqwest = { version = "0.11", features = ["json"] }
csv = "1.3.1"
toml = "0.8.19"
toml = "0.8.20"

[package]
name = "rove"
Expand Down

0 comments on commit cd0083f

Please sign in to comment.