Skip to content

Commit

Permalink
Bump the backend group with 5 updates (#564)
Browse files Browse the repository at this point in the history
Bumps the backend group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [axum](https://github.com/tokio-rs/axum) | `0.7.3` | `0.7.4` |
| [clap](https://github.com/clap-rs/clap) | `4.4.14` | `4.5.1` |
| [mockito](https://github.com/lipanski/mockito) | `1.2.0` | `1.4.0` |
| [time](https://github.com/time-rs/time) | `0.3.31` | `0.3.34` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.5.0` | `0.5.2` |


Updates `axum` from 0.7.3 to 0.7.4
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.3...axum-v0.7.4)

Updates `clap` from 4.4.14 to 4.5.1
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.14...clap_complete-v4.5.1)

Updates `mockito` from 1.2.0 to 1.4.0
- [Release notes](https://github.com/lipanski/mockito/releases)
- [Commits](lipanski/mockito@1.2.0...1.4.0)

Updates `time` from 0.3.31 to 0.3.34
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](time-rs/time@v0.3.31...v0.3.34)

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

---
updated-dependencies:
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: mockito
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 8d1eec5 commit 96bef14
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 32 deletions.
62 changes: 35 additions & 27 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 @@ -15,9 +15,9 @@ rust-version = "1.65"
[workspace.dependencies]
anyhow = "1.0.80"
async-trait = "0.1.77"
axum = { version = "0.7.3", features = ["macros"] }
axum = { version = "0.7.4", features = ["macros"] }
bincode = "1.3.3"
clap = { version = "4.4.14", features = ["derive"] }
clap = { version = "4.5.1", features = ["derive"] }
config = "0.14.0"
deadpool = "0.10.0"
deadpool-postgres = { version = "0.12.1", features = ["serde"] }
Expand All @@ -29,7 +29,7 @@ hyper = "1.2.0"
lazy_static = "1.4.0"
mime = "0.3.17"
mockall = "0.12.1"
mockito = "1.2.0"
mockito = "1.4.0"
openssl = { version = "0.10.64", features = ["vendored"] }
postgres-openssl = "0.5.0"
postgres-types = { version = "0.2.6", features = ["derive"] }
Expand All @@ -40,7 +40,7 @@ serde_json = "1.0.114"
serde_qs = "0.12.0"
serde_yaml = "0.9.32"
sha2 = "0.10.8"
time = { version = "0.3.31", features = [
time = { version = "0.3.34", features = [
"formatting",
"macros",
"parsing",
Expand All @@ -59,7 +59,7 @@ tokio-postgres = { version = "0.7.10", features = [
"with-uuid-1",
] }
tower = "0.4.13"
tower-http = { version = "0.5.0", features = ["fs", "set-header", "trace"] }
tower-http = { version = "0.5.2", features = ["fs", "set-header", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
uuid = { version = "1.7.0", features = ["serde"] }

0 comments on commit 96bef14

Please sign in to comment.