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
…5 updates

Bumps the rust-minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [redis](https://github.com/redis-rs/redis-rs) | `0.26.0` | `0.26.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.5` | `0.12.7` |
| [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.209` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.121` | `1.0.127` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.39.2` | `1.39.3` |



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

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

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

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

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

---
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
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: rust-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 60fcbc7 commit 2ae1f7f
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 58 deletions.
126 changes: 73 additions & 53 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 @@ -22,17 +22,17 @@ paste = { version = "1.0.15", default-features = false }
poem = { version = "3.0.4", default-features = false, features = ["server"] }
poem-ext = { version = "0.12.0", default-features = false, features = ["sea-orm", "serde"] }
poem-openapi = { version = "5.0.3", default-features = false, features = ["swagger-ui", "redoc", "uuid", "chrono"] }
redis = { version = "0.26.0", default-features = false, features = ["tokio-comp", "connection-manager"] }
reqwest = { version = "0.12.5", default-features = false, features = ["rustls-tls", "blocking", "json"] }
redis = { version = "0.26.1", default-features = false, features = ["tokio-comp", "connection-manager"] }
reqwest = { version = "0.12.7", default-features = false, features = ["rustls-tls", "blocking", "json"] }
sandkasten-client = { version = "0.2.2", default-features = false, features = ["reqwest", "poem-openapi"] }
schemas = { version = "2.1.2", path = "./schemas" }
sea-orm = { version = "0.12.15", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-uuid", "with-chrono", "postgres-array"] }
sentry = { version = "0.32.3", default-features = false, features = ["anyhow", "backtrace", "contexts", "panic", "debug-images", "reqwest", "rustls", "tracing"] }
serde = { version = "1.0.204", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.121", default-features = false }
serde = { version = "1.0.209", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.127", default-features = false }
sha2 = { version = "0.10.8", default-features = false }
thiserror = { version = "1.0.63", default-features = false }
tokio = { version = "1.39.2", default-features = false, features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39.3", default-features = false, features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.40", default-features = false }
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["fmt", "ansi", "env-filter"] }
url = { version = "2.5.2", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit 2ae1f7f

Please sign in to comment.