Skip to content

Commit

Permalink
Bump the patch group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 5 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` |
| [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.11` |
| [built](https://github.com/lukaslueg/built) | `0.7.2` | `0.7.4` |



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 `clap` from 4.5.4 to 4.5.11
- [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...clap_complete-v4.5.11)

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

---
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: 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 Jul 29, 2024
1 parent 0d592a9 commit d7e654d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions datasets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.82"
anyhow = "1.0.86"
async-graphql = { version = "7.0.2", default-features = false, features = [
"chrono",
"graphiql",
Expand All @@ -17,7 +17,7 @@ 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.11", 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.4" }
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 d7e654d

Please sign in to comment.