Skip to content

Commit

Permalink
Bump the patch group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.19` | `0.2.20` |
| [url](https://github.com/servo/rust-url) | `2.5.0` | `2.5.2` |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.86` |
| [async-graphql](https://github.com/async-graphql/async-graphql) | `7.0.3` | `7.0.6` |
| [async-graphql-axum](https://github.com/async-graphql/async-graphql) | `7.0.3` | `7.0.6` |
| [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.7` |
| [built](https://github.com/lukaslueg/built) | `0.7.2` | `0.7.3` |



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 `url` from 2.5.0 to 2.5.2
- [Release notes](https://github.com/servo/rust-url/releases)
- [Commits](servo/rust-url@v2.5.0...v2.5.2)

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

Updates `async-graphql` from 7.0.3 to 7.0.6
- [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.6
- [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.4 to 4.5.7
- [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.4...v4.5.7)

Updates `built` from 0.7.2 to 0.7.3
- [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md)
- [Commits](lukaslueg/built@0.7.2...0.7.3)

---
updated-dependencies:
- dependency-name: prettyplease
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: url
  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
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: built
  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 Jun 24, 2024
1 parent 0d592a9 commit e179e30
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 75 deletions.
119 changes: 52 additions & 67 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions datasets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ 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.86"
async-graphql = { version = "7.0.6", default-features = false, features = [
"chrono",
"graphiql",
"tracing",
] }
async-graphql-axum = { version = "7.0.2" }
async-graphql-axum = { version = "7.0.6" }
axum = { version = "0.7.5", features = ["ws"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
axum-tracing-opentelemetry = { version = "0.18.1" }
chrono = { version = "0.4.38" }
clap = { version = "4.5.4", features = ["derive", "env"] }
clap = { version = "4.5.7", features = ["derive", "env"] }
dotenvy = { version = "0.15.7" }
models = { path = "../models" }
opentelemetry = { version = "0.22.0", features = ["metrics"] }
Expand All @@ -29,7 +29,7 @@ tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.40" }
tracing-opentelemetry = { version = "0.23.0" }
tracing-subscriber = { version = "0.3.18" }
url = { version = "2.5.0" }
url = { version = "2.5.2" }

[build-dependencies]
built = { version = "0.7.2" }
built = { version = "0.7.3" }
4 changes: 2 additions & 2 deletions 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 All @@ -23,4 +23,4 @@ sqlx = { version = "0.7.4", default-features = false, features = [
"mysql",
] }
tokio = { version = "1.37.0" }
url = { version = "2.5.0" }
url = { version = "2.5.2" }

0 comments on commit e179e30

Please sign in to comment.