Skip to content

Commit

Permalink
Bump the backend group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the backend group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [deadpool-postgres](https://github.com/bikeshedder/deadpool) | `0.14.0` | `0.14.1` |
| [hyper](https://github.com/hyperium/hyper) | `1.5.1` | `1.5.2` |
| [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.216` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.134` |
| [tower](https://github.com/tower-rs/tower) | `0.5.1` | `0.5.2` |



Updates `anyhow` from 1.0.94 to 1.0.95
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.94...1.0.95)

Updates `deadpool-postgres` from 0.14.0 to 0.14.1
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](bikeshedder/deadpool@deadpool-postgres-v0.14.0...deadpool-postgres-v0.14.1)

Updates `hyper` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.5.1...v1.5.2)

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

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

Updates `tower` from 0.5.1 to 0.5.2
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.5.1...tower-0.5.2)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: deadpool-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: tower
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent cff7518 commit 27a8cf7
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
44 changes: 22 additions & 22 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ edition = "2021"
rust-version = "1.83"

[workspace.dependencies]
anyhow = "1.0.94"
anyhow = "1.0.95"
async-trait = "0.1.83"
axum = { version = "0.7.9", features = ["macros"] }
bincode = "1.3.3"
clap = { version = "4.5.23", features = ["derive"] }
config = "0.13.4"
deadpool = "0.12.1"
deadpool-postgres = { version = "0.14.0", features = ["serde"] }
deadpool-postgres = { version = "0.14.1", features = ["serde"] }
futures = "0.3.31"
graphql_client = { version = "0.14.0", features = ["reqwest"] }
hex = "0.4.3"
http = "1.2.0"
hyper = "1.5.1"
hyper = "1.5.2"
lazy_static = "1.5.0"
mime = "0.3.17"
mockall = "0.13.1"
Expand All @@ -35,8 +35,8 @@ postgres-openssl = "0.5.0"
postgres-types = { version = "0.2.8", features = ["derive"] }
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["json"] }
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.134"
serde_qs = "0.13.0"
serde_yaml = "0.9.34"
sha2 = "0.10.8"
Expand All @@ -58,7 +58,7 @@ tokio-postgres = { version = "0.7.12", features = [
"with-serde_json-1",
"with-uuid-1",
] }
tower = { version = "0.5.1", features = ["util"] }
tower = { version = "0.5.2", features = ["util"] }
tower-http = { version = "0.6.2", features = ["fs", "set-header", "trace"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
Expand Down

0 comments on commit 27a8cf7

Please sign in to comment.