Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [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.8` |
| [derive_more](https://github.com/JelteF/derive_more) | `0.99.17` | `0.99.18` |
| [url](https://github.com/servo/rust-url) | `2.5.0` | `2.5.2` |
| [built](https://github.com/lukaslueg/built) | `0.7.2` | `0.7.3` |
| [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.19` | `0.2.20` |



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.8
- [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.8)

Updates `derive_more` from 0.99.17 to 0.99.18
- [Release notes](https://github.com/JelteF/derive_more/releases)
- [Changelog](https://github.com/JelteF/derive_more/blob/v0.99.18/CHANGELOG.md)
- [Commits](JelteF/derive_more@v0.99.17...v0.99.18)

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 `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)

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)

---
updated-dependencies:
- 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: derive_more
  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: built
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: prettyplease
  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 Jul 1, 2024
1 parent 6519028 commit df0cf45
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 72 deletions.
111 changes: 48 additions & 63 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 crystal_snapshots/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.81"
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",
"dataloader",
] }
async-graphql-axum = { version = "7.0.2" }
async-graphql-axum = { version = "7.0.6" }
aws-credential-types = { version = "0.56.0" }
aws-sdk-s3 = { version = "0.29.0" }
axum = { version = "0.7.4", features = ["ws"] }
axum-extra = { version = "0.9.3", features = ["typed-header"] }
axum-tracing-opentelemetry = { version = "0.18.1" }
chrono = { version = "0.4.35" }
clap = { version = "4.5.2", features = ["derive", "env"] }
derive_more = { version = "0.99.17" }
clap = { version = "4.5.8", features = ["derive", "env"] }
derive_more = { version = "0.99.18" }
dotenvy = { version = "0.15.7" }
models = { path = "../models" }
opentelemetry = { version = "0.22.0", features = ["metrics"] }
Expand All @@ -32,8 +32,8 @@ tokio = { version = "1.36.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" }
sea-query = "0.30.7"

[build-dependencies]
built = { version = "0.7.1" }
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.16"
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.36.0" }
url = { version = "2.5.0" }
url = { version = "2.5.2" }

0 comments on commit df0cf45

Please sign in to comment.