Skip to content

Commit

Permalink
build(deps): bump the backend-dependencies group across 1 directory w…
Browse files Browse the repository at this point in the history
…ith 8 updates

Bumps the backend-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.94` | `1.0.95` |
| [config](https://github.com/rust-cli/config-rs) | `0.14.1` | `0.15.4` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` |
| [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` |
| [nonempty](https://github.com/cloudhead/nonempty) | `0.10.0` | `0.11.0` |
| [tower](https://github.com/tower-rs/tower) | `0.5.1` | `0.5.2` |
| [hyper](https://github.com/hyperium/hyper) | `1.5.1` | `1.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 `config` from 0.14.1 to 0.15.4
- [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md)
- [Commits](rust-cli/config-rs@v0.14.1...v0.15.4)

Updates `chrono` from 0.4.38 to 0.4.39
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.38...v0.4.39)

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 `nonempty` from 0.10.0 to 0.11.0
- [Changelog](https://github.com/cloudhead/nonempty/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cloudhead/nonempty/commits)

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)

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)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-dependencies
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: nonempty
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-dependencies
- dependency-name: tower
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 526ca74 commit 9811f87
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 58 deletions.
91 changes: 38 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 @@ -16,8 +16,8 @@ async-trait = "0.1.83"
axum = "0.7.9" # web framework
axum-macros = "0.4.2"
clap = { version = "4.5.23", features = ["derive"] } # command-line parser
config = "0.14.1" # Layered configuration with strong support for 12-factor applications
chrono = { version = "0.4.38", features = ["serde"] }
config = "0.15.4" # Layered configuration with strong support for 12-factor applications
chrono = { version = "0.4.39", features = ["serde"] }
dirs = "5.0.1" # provides platform-specific locations for storing user configuration
http-body-util = "0.1.0"
indicatif = "0.17.9" # prograss bars and spinners
Expand All @@ -27,13 +27,13 @@ pid1 = "0.1.1"
serde = { version = "1", features = ["derive"] }
serde_with = "3.11.0"
serde_json = "1" # JSON serialization
nonempty = { version = "0.10.0", features = ["serialize"] }
nonempty = { version = "0.11.0", features = ["serialize"] }
valico = "4.0.0"
tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread"] }
tokio-test = "0.4.4"
tower = "0.5.1"
tower = "0.5.2"
tower-http = { version = "0.6.2", features = ["trace", "fs", "cors"] }
hyper = "1.5.1"
hyper = "1.5.2"
regex = "1.11.1"
thiserror = "1.0.69"
tracing = "0.1"
Expand Down

0 comments on commit 9811f87

Please sign in to comment.