Skip to content

Commit

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

Bumps the patch-updates group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.9` |
| [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.215` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.133` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.69` |
| [tracing](https://github.com/tokio-rs/tracing) | `0.1.40` | `0.1.41` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.21` |



Updates `reqwest` from 0.12.7 to 0.12.9
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.9)

Updates `serde` from 1.0.209 to 1.0.215
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.209...v1.0.215)

Updates `serde_json` from 1.0.127 to 1.0.133
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.127...v1.0.133)

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

Updates `tracing` from 0.1.40 to 0.1.41
- [Release notes](https://github.com/tokio-rs/tracing/releases)
- [Commits](tokio-rs/tracing@tracing-0.1.40...tracing-0.1.41)

Updates `clap` from 4.5.16 to 4.5.21
- [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.16...clap_complete-v4.5.21)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: tracing
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 9164e2b commit a77d345
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ name = "monzo"
maintenance = { status = "actively-developed" }

[dependencies]
reqwest = { version = "0.12.5", features = ["json"] }
reqwest = { version = "0.12.9", features = ["json"] }
chrono = { version = "0.4.38", features = ["serde"] }
serde = { version = "1.0.209", features = ["derive"] }
serde = { version = "1.0.215", features = ["derive"] }
rand = "0.8.4"
serde_json = "1.0.127"
serde_json = "1.0.133"
erased-serde = "0.4.5"
thiserror = "1.0.61"
tracing = "0.1.29"
thiserror = "1.0.69"
tracing = "0.1.41"

[dev-dependencies]
clap = { version = "4.5.8", features = ["derive", "env"] }
clap = { version = "4.5.21", features = ["derive", "env"] }
doc-comment = "0.3.3"
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.29"
tracing = "0.1.41"

0 comments on commit a77d345

Please sign in to comment.