Skip to content

Commit

Permalink
Bump the patch group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 4 updates: [prettyplease](https://github.com/dtolnay/prettyplease), [axum](https://github.com/tokio-rs/axum), [chrono](https://github.com/chronotope/chrono) and [clap](https://github.com/clap-rs/clap).


Updates `prettyplease` from 0.2.16 to 0.2.17
- [Release notes](https://github.com/dtolnay/prettyplease/releases)
- [Commits](dtolnay/prettyplease@0.2.16...0.2.17)

Updates `axum` from 0.7.4 to 0.7.5
- [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.4...axum-v0.7.5)

Updates `chrono` from 0.4.35 to 0.4.37
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.35...v0.4.37)

Updates `clap` from 4.5.3 to 4.5.4
- [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.5.3...v4.5.4)

---
updated-dependencies:
- dependency-name: prettyplease
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 6059291 commit 247d686
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 41 deletions.
60 changes: 23 additions & 37 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions graph-data-processing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ async-graphql = { version = "7.0.2", default-features = false, features = [
async-graphql-axum = { version = "7.0.2" }
aws-credential-types = { version = "0.56.0" }
aws-sdk-s3 = { version = "0.29.0" }
axum = { version = "0.7.4", features = ["ws"] }
chrono = { version = "0.4.35" }
clap = { version = "4.5.2", features = ["derive", "env"] }
axum = { version = "0.7.5", features = ["ws"] }
chrono = { version = "0.4.37" }
clap = { version = "4.5.4", features = ["derive", "env"] }
derive_more = { version = "0.99.17" }
dotenvy = { version = "0.15.7" }
models = { path = "../models" }
Expand Down
2 changes: 1 addition & 1 deletion models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
path = "src/lib.rs"

[dependencies]
prettyplease = "0.2.16"
prettyplease = "0.2.17"
sea-orm = { workspace = true }

[build-dependencies]
Expand Down

0 comments on commit 247d686

Please sign in to comment.