Skip to content

Commit

Permalink
Bump the patch group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [sea-orm](https://github.com/SeaQL/sea-orm) | `0.12.14` | `0.12.15` |
| [sea-orm-codegen](https://github.com/SeaQL/sea-orm) | `0.12.14` | `0.12.15` |
| [async-graphql](https://github.com/async-graphql/async-graphql) | `7.0.2` | `7.0.3` |
| [async-graphql-axum](https://github.com/async-graphql/async-graphql) | `7.0.2` | `7.0.3` |
| [clap](https://github.com/clap-rs/clap) | `4.5.2` | `4.5.3` |


Updates `sea-orm` from 0.12.14 to 0.12.15
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/0.12.15/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@0.12.14...0.12.15)

Updates `sea-orm-codegen` from 0.12.14 to 0.12.15
- [Release notes](https://github.com/SeaQL/sea-orm/releases)
- [Changelog](https://github.com/SeaQL/sea-orm/blob/0.12.15/CHANGELOG.md)
- [Commits](SeaQL/sea-orm@0.12.14...0.12.15)

Updates `async-graphql` from 7.0.2 to 7.0.3
- [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.2 to 7.0.3
- [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 `clap` from 4.5.2 to 4.5.3
- [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.2...v4.5.3)

---
updated-dependencies:
- dependency-name: sea-orm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sea-orm-codegen
  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
- 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 Mar 19, 2024
1 parent 715be1a commit 532836b
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 38 deletions.
78 changes: 45 additions & 33 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ members = ["models", "sessions"]
resolver = "2"

[workspace.dependencies]
sea-orm = { version = "0.12.14", features = [
sea-orm = { version = "0.12.15", features = [
"runtime-tokio-rustls",
"sqlx-mysql",
] }
2 changes: 1 addition & 1 deletion models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ prettyplease = "0.2.16"
sea-orm = { workspace = true }

[build-dependencies]
sea-orm-codegen = { version = "0.12.14" }
sea-orm-codegen = { version = "0.12.15" }
sea-schema = { version = "0.14.2", default-features = false, features = [
"runtime-tokio-rustls",
"sqlx-mysql",
Expand Down
6 changes: 3 additions & 3 deletions sessions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ edition = "2021"

[dependencies]
anyhow = "1.0.81"
async-graphql = { version = "7.0.2", default-features = false, features = [
async-graphql = { version = "7.0.3", default-features = false, features = [
"chrono",
"graphiql",
"tracing",
] }
async-graphql-axum = { version = "7.0.2" }
async-graphql-axum = { version = "7.0.3" }
axum = { version = "0.7.4" }
axum-extra = { version = "0.9.2", features = ["typed-header"] }
chrono = { version = "0.4.35" }
clap = { version = "4.5.2", features = ["derive", "env"] }
clap = { version = "4.5.3", features = ["derive", "env"] }
dotenvy = { version = "0.15.7" }
models = { path = "../models" }
opentelemetry = { version = "0.22.0", features = ["metrics"] }
Expand Down

0 comments on commit 532836b

Please sign in to comment.