Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group across 1 directory with…
Browse files Browse the repository at this point in the history
… 6 updates

Bumps the rust-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.15` |
| [reqwest-middleware](https://github.com/TrueLayer/reqwest-middleware) | `0.3.2` | `0.3.3` |
| [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.207` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.122` | `1.0.124` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.11.0` | `3.12.0` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.1.7` | `1.1.10` |

Updates `clap` from 4.5.13 to 4.5.15
- [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.13...clap_complete-v4.5.15)

Updates `reqwest-middleware` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/TrueLayer/reqwest-middleware/releases)
- [Commits](TrueLayer/reqwest-middleware@reqwest-middleware-v0.3.2...reqwest-middleware-v0.3.3)

Updates `serde` from 1.0.204 to 1.0.207
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.204...v1.0.207)

Updates `serde_json` from 1.0.122 to 1.0.124
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.122...v1.0.124)

Updates `tempfile` from 3.11.0 to 3.12.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Stebalien/tempfile/commits)

Updates `cc` from 1.1.7 to 1.1.10
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.1.7...cc-v1.1.10)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: reqwest-middleware
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: rust-dependencies
- dependency-name: cc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and huitseeker committed Aug 17, 2024
1 parent 767f9b3 commit c22a840
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 52 deletions.
103 changes: 56 additions & 47 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ bytemuck = "1.16.3"
cargo_metadata = "0.18.1"
cfg-if = "1.0.0"
chrono = { version = "0.4.38", default-features = false }
clap = "4.5.13"
clap = "4.5.15"
criterion = "0.5.1"
csv = "1.3.0"
curve25519-dalek = "4.1.3"
Expand Down Expand Up @@ -96,10 +96,10 @@ rand = "0.8.5"
rayon = "1.10.0"
rayon-scan = "0.1.1"
reqwest = { version = "0.12.5", default-features = false }
reqwest-middleware = "0.3.2"
reqwest-middleware = "0.3.3"
rrs-lib = { git = "https://github.com/GregAC/rrs.git" }
serde = "1.0.204"
serde_json = { version = "1.0.122", default-features = false, features = ["alloc"] }
serde = "1.0.207"
serde_json = { version = "1.0.124", default-features = false, features = ["alloc"] }
serde_with = "3.9.0"
serial_test = "3.1.1"
sha2 = "0.10.8"
Expand All @@ -108,7 +108,7 @@ strum = "0.26.3"
strum_macros = "0.26.4"
syn = "1.0"
target-lexicon = "0.12.16"
tempfile = "3.11.0"
tempfile = "3.12.0"
thiserror = "1.0.63"
tiny-keccak = "2.0.2"
tokio = "1.39.2"
Expand Down

0 comments on commit c22a840

Please sign in to comment.