Skip to content

Commit

Permalink
Bump the patch group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 4 updates in the / directory: [prettyplease](https://github.com/dtolnay/prettyplease), [anyhow](https://github.com/dtolnay/anyhow), [async-graphql](https://github.com/async-graphql/async-graphql) and [async-graphql-axum](https://github.com/async-graphql/async-graphql).


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

Updates `anyhow` from 1.0.82 to 1.0.83
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.82...1.0.83)

Updates `async-graphql` from 7.0.3 to 7.0.5
- [Release notes](https://github.com/async-graphql/async-graphql/releases)
- [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/async-graphql/async-graphql/commits)

Updates `async-graphql-axum` from 7.0.3 to 7.0.5
- [Release notes](https://github.com/async-graphql/async-graphql/releases)
- [Changelog](https://github.com/async-graphql/async-graphql/blob/master/CHANGELOG.md)
- [Commits](https://github.com/async-graphql/async-graphql/commits)

---
updated-dependencies:
- dependency-name: prettyplease
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: async-graphql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: async-graphql-axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 79ca2a7 commit e9dffa6
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 61 deletions.
99 changes: 42 additions & 57 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 datasets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.82"
async-graphql = { version = "7.0.2", default-features = false, features = [
anyhow = "1.0.83"
async-graphql = { version = "7.0.5", default-features = false, features = [
"chrono",
"graphiql",
"tracing",
] }
async-graphql-axum = { version = "7.0.2" }
async-graphql-axum = { version = "7.0.5" }
axum = { version = "0.7.5", features = ["ws"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
axum-tracing-opentelemetry = { version = "0.18.1" }
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.19"
prettyplease = "0.2.20"
sea-orm = { workspace = true }

[build-dependencies]
Expand Down

0 comments on commit e9dffa6

Please sign in to comment.