Skip to content

Commit

Permalink
Bump the backend group with 9 updates
Browse files Browse the repository at this point in the history
Bumps the backend group with 9 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.4.18` |
| [openssl](https://github.com/sfackler/rust-openssl) | `0.10.62` | `0.10.63` |
| [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.3` |
| [serde](https://github.com/serde-rs/serde) | `1.0.195` | `1.0.196` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.111` | `1.0.113` |
| [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.30` | `0.9.31` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.5.0` | `0.5.1` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.6.1` | `1.7.0` |


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.4.18
- [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...v4.4.18)

Updates `openssl` from 0.10.62 to 0.10.63
- [Release notes](https://github.com/sfackler/rust-openssl/releases)
- [Commits](sfackler/rust-openssl@openssl-v0.10.62...openssl-v0.10.63)

Updates `regex` from 1.10.2 to 1.10.3
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.2...1.10.3)

Updates `serde` from 1.0.195 to 1.0.196
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.196)

Updates `serde_json` from 1.0.111 to 1.0.113
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.111...v1.0.113)

Updates `serde_yaml` from 0.9.30 to 0.9.31
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.30...0.9.31)

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

Updates `uuid` from 1.6.1 to 1.7.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@1.6.1...1.7.0)

---
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-patch
  dependency-group: backend
- dependency-name: openssl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: regex
  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: serde_yaml
  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
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent a786b80 commit 7390d4a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 46 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

18 changes: 9 additions & 9 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.79"
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.4.18", features = ["derive"] }
config = "0.13.4"
deadpool = "0.10.0"
deadpool-postgres = { version = "0.12.1", features = ["serde"] }
Expand All @@ -30,15 +30,15 @@ lazy_static = "1.4.0"
mime = "0.3.17"
mockall = "0.12.1"
mockito = "1.2.0"
openssl = { version = "0.10.62", features = ["vendored"] }
openssl = { version = "0.10.63", features = ["vendored"] }
postgres-openssl = "0.5.0"
postgres-types = { version = "0.2.6", features = ["derive"] }
regex = "1.10.2"
regex = "1.10.3"
reqwest = { version = "0.11.23", features = ["json"] }
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_qs = "0.12.0"
serde_yaml = "0.9.30"
serde_yaml = "0.9.31"
sha2 = "0.10.8"
time = { version = "0.3.31", features = [
"formatting",
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.1", features = ["fs", "set-header", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "json"] }
uuid = { version = "1.6.1", features = ["serde"] }
uuid = { version = "1.7.0", features = ["serde"] }

0 comments on commit 7390d4a

Please sign in to comment.