Skip to content

Commit

Permalink
Bump the rust-minor-patch group with 2 updates (#283)
Browse files Browse the repository at this point in the history
Bumps the rust-minor-patch group with 2 updates: [redis](https://github.com/redis-rs/redis-rs) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `redis` from 0.25.0 to 0.25.1
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.25.0...redis-0.25.1)

Updates `reqwest` from 0.11.25 to 0.11.26
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.25...v0.11.26)

---
updated-dependencies:
- dependency-name: redis
  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 Mar 13, 2024
1 parent fa72aea commit 6e34117
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 193 deletions.
206 changes: 15 additions & 191 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ poem-ext = { version = "0.11.0", default-features = false, features = ["shield"]
poem-openapi = { version = "4.0.0", default-features = false, features = ["swagger-ui", "redoc", "uuid"] }
postcard = { version = "1.0.8", default-features = false, features = ["use-std"] }
prometheus = { version = "0.13.3", default-features = false }
redis = { version = "0.25.0", default-features = false, features = ["tokio-comp", "connection-manager"] }
redis = { version = "0.25.1", default-features = false, features = ["tokio-comp", "connection-manager"] }
regex = "1.10.3"
sandkasten-client = { path = "client", default-features = false, features = ["poem-openapi"] }
serde.workspace = true
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 = "4.0.0", default-features = false, optional = true, features = ["uuid"] }
reqwest = { version = "0.11.25", default-features = false, optional = true, features = ["json", "rustls-tls"] }
reqwest = { version = "0.11.26", 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 6e34117

Please sign in to comment.