Skip to content

Commit

Permalink
Bump the rust-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest), [serde](https://github.com/serde-rs/serde) and [serde_json](https://github.com/serde-rs/json) to permit the latest version.

Updates `reqwest` to 0.12.4
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.3...v0.12.4)

Updates `serde` to 1.0.198
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.197...v1.0.198)

Updates `serde_json` to 1.0.116
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.115...v1.0.116)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 44e4e13 commit f09b094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ url = { version="=2.5.0", features = ["serde"]}
futures = "=0.3.30"
log = "=0.4.21"
regex = "=1.10.4"
reqwest = { version = "=0.12.3", features = ["json"] }
serde = "=1.0.197"
serde_json = "=1.0.115"
reqwest = { version = "=0.12.4", features = ["json"] }
serde = "=1.0.198"
serde_json = "=1.0.116"
tokio = { version = "=1.37.0", features = ["macros", "process"]}
uuid = { version= "=1.8.0", features = ["v4", "serde"]}
genawaiter = {version = "=0.99", features = ["futures03"] }
Expand Down

0 comments on commit f09b094

Please sign in to comment.