Skip to content

Commit

Permalink
build(deps): bump the rust-minor-patch group across 1 directory with …
Browse files Browse the repository at this point in the history
…3 updates (#311)

Bumps the rust-minor-patch group with 3 updates in the / directory: [serde](https://github.com/serde-rs/serde), [thiserror](https://github.com/dtolnay/thiserror) and [reqwest](https://github.com/seanmonstar/reqwest).


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

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

Updates `reqwest` from 0.12.3 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)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent 7cbb1ee commit db6b03c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
members = [".", "client"]

[workspace.dependencies]
serde = { version = "1.0.198", default-features = false, features = ["std", "derive"] }
serde = { version = "1.0.200", default-features = false, features = ["std", "derive"] }
serde_json = { version = "1.0.116", default-features = false, features = ["std"] }
thiserror = { version = "1.0.58", default-features = false }
thiserror = { version = "1.0.59", default-features = false }
uuid = { version = "1.8.0", default-features = false, features = ["v4", "fast-rng", "serde"] }

[package]
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ poem-openapi = ["dep:poem-openapi"]

[dependencies]
poem-openapi = { version = "5.0.0", default-features = false, optional = true, features = ["uuid"] }
reqwest = { version = "0.12.3", default-features = false, optional = true, features = ["json", "rustls-tls"] }
reqwest = { version = "0.12.4", default-features = false, optional = true, features = ["json", "rustls-tls"] }
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
Expand Down

0 comments on commit db6b03c

Please sign in to comment.