Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.9` | `4.5.16` |
| [serde](https://github.com/serde-rs/serde) | `1.0.204` | `1.0.208` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.120` | `1.0.125` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.62` | `1.0.63` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.38.0` | `1.39.3` |
| [tower](https://github.com/tower-rs/tower) | `0.4.13` | `0.5.0` |



Updates `clap` from 4.5.9 to 4.5.16
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.9...clap_complete-v4.5.16)

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

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

Updates `thiserror` from 1.0.62 to 1.0.63
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.62...1.0.63)

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

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

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: tower
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 825a41e commit 70f2e6d
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 49 deletions.
85 changes: 43 additions & 42 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ askama = { version = "0.12.1", features = ["with-axum"] }
askama_axum = "0.4.0"
axum = { version = "0.7.5", features = ["macros", "tracing"] }
axum-server = { version = "0.6.0", features = ["tls-rustls"] }
clap = { version = "4.5.9", features = ["derive", "env"] }
clap = { version = "4.5.16", features = ["derive", "env"] }
fake = { version = "2.9.2", default-features = false }
friendly-zoo = "1.1.0"
garde = { version = "0.20.0", default-features = false, features = ["derive", "url"]}
include_dir = "0.7.4"
listenfd = "1.0.1"
mime_guess = "2.0.5"
rand = { version = "0.8.5", default-features = false }
serde = "1.0.204"
serde = "1.0.208"
serde-aux = { version = "4.5.0", default-features = false }
serde_json = "1.0.120"
serde_json = "1.0.125"
serde_qs = "0.13.0"
sqlx = { version = "0.7.4", features = ["runtime-tokio", "postgres", "tls-rustls", "migrate", "uuid", "time"] }
thiserror = "1.0.62"
thiserror = "1.0.63"
time = { version = "0.3.36", default-features = false, features = ["serde"] }
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread", "signal"] }
tower = "0.4.13"
tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread", "signal"] }
tower = "0.5.0"
tower-http = { version = "0.5.2", features = ["tracing", "trace"] }
tower-sessions = { version = "0.9", features = ["postgres-store", "deletion-task"] }
tracing = "0.1.40"
Expand All @@ -46,7 +46,7 @@ walkdir = "2"

[dev-dependencies]
http-body-util = "0.1.2"
serde_json = "1.0.120"
serde_json = "1.0.125"
test-log = { version = "0.2.16", features = ["trace"], default-features = false }
itertools = "0.13.0"

Expand Down

0 comments on commit 70f2e6d

Please sign in to comment.