Skip to content

Commit

Permalink
Bump the patch group across 2 directories with 5 updates
Browse files Browse the repository at this point in the history
Bumps the patch group with 2 updates in the /graph-proxy directory: [anyhow](https://github.com/dtolnay/anyhow) and [serde_json](https://github.com/serde-rs/json).
Bumps the patch group with 5 updates in the /sessionspaces directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` |
| [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.17` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` |
| [sqlx](https://github.com/launchbadge/sqlx) | `0.8.1` | `0.8.2` |
| [wiremock](https://github.com/LukeMathWalker/wiremock-rs) | `0.6.1` | `0.6.2` |



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

Updates `serde_json` from 1.0.127 to 1.0.128
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.127...1.0.128)

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

Updates `clap` from 4.5.16 to 4.5.17
- [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.16...clap_complete-v4.5.17)

Updates `serde_json` from 1.0.127 to 1.0.128
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@1.0.127...1.0.128)

Updates `sqlx` from 0.8.1 to 0.8.2
- [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md)
- [Commits](launchbadge/sqlx@v0.8.1...v0.8.2)

Updates `wiremock` from 0.6.1 to 0.6.2
- [Changelog](https://github.com/LukeMathWalker/wiremock-rs/blob/main/CHANGELOG.md)
- [Commits](LukeMathWalker/wiremock-rs@v0.6.1...v0.6.2)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde_json
  dependency-type: indirect
  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: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: sqlx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: wiremock
  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] committed Sep 16, 2024
1 parent 7afe6a4 commit 7bbcba7
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
8 changes: 4 additions & 4 deletions graph-proxy/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 graph-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.87" }
anyhow = { version = "1.0.89" }
argo-workflows-openapi = { path = "./argo-workflows-openapi" }
async-graphql = { version = "7.0.9", features = ["chrono"] }
async-graphql-axum = { version = "7.0.9" }
Expand Down
50 changes: 25 additions & 25 deletions sessionspaces/Cargo.lock

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

10 changes: 5 additions & 5 deletions sessionspaces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.86" }
clap = { version = "4.5.16", features = ["derive", "env"] }
anyhow = { version = "1.0.89" }
clap = { version = "4.5.17", features = ["derive", "env"] }
derive_more = { version = "1.0.0", features = ["deref", "deref_mut"] }
dotenvy = { version = "0.15.7" }
humantime = { version = "2.1.0" }
Expand All @@ -16,8 +16,8 @@ kube = { version = "0.93.1" }
ldap3 = { version = "0.11.5", default-features = false, features = [
"tls-rustls",
] }
serde_json = { version = "1.0.127" }
sqlx = { version = "0.8.1", features = [
serde_json = { version = "1.0.128" }
sqlx = { version = "0.8.2", features = [
"runtime-tokio",
"tls-rustls",
"mysql",
Expand All @@ -32,4 +32,4 @@ tracing-subscriber = { version = "0.3.18" }
url = { version = "2.5.2" }

[dev-dependencies]
wiremock = "0.6.1"
wiremock = "0.6.2"

0 comments on commit 7bbcba7

Please sign in to comment.