Skip to content

Commit

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


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

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

Updates `thiserror` from 2.0.7 to 2.0.9
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.7...2.0.9)

Updates `syn` from 2.0.90 to 2.0.91
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.90...2.0.91)

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

Updates `serde_json` from 1.0.133 to 1.0.134
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.133...v1.0.134)

---
updated-dependencies:
- dependency-name: anyhow
  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: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: syn
  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: serde_json
  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 Dec 23, 2024
1 parent de4f22a commit ac4b064
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions graph-proxy/Cargo.lock

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

6 changes: 3 additions & 3 deletions graph-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ default-members = ["."]
[workspace.dependencies]
chrono = { version = "0.4.39" }
serde = { version = "1.0.216", features = ["derive"] }
serde_json = { version = "1.0.125" }
serde_json = { version = "1.0.134" }

[package]
name = "graph-proxy"
version = "0.1.0"
edition = "2021"

[dependencies]
anyhow = { version = "1.0.94" }
anyhow = { version = "1.0.95" }
argo-workflows-openapi = { path = "./argo-workflows-openapi" }
async-graphql = { version = "7.0.13", features = ["chrono"] }
async-graphql-axum = { version = "7.0.13" }
Expand All @@ -40,7 +40,7 @@ reqwest = { version = "0.12.9", default-features = false, features = [
] }
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { version = "2.0.7" }
thiserror = { version = "2.0.9" }
tokio = { version = "1.41.1", features = ["macros", "net", "rt-multi-thread"] }
tower-http = { version = "0.6.2", features = ["cors"] }
tracing = { version = "0.1.41" }
Expand Down
4 changes: 2 additions & 2 deletions graph-proxy/argo-workflows-openapi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ reqwest = { version = "0.12.7", default-features = false, features = [
] }
rustfmt-wrapper = { version = "0.2.1" }
schemars = { version = "0.8.21" }
serde_json = { version = "1.0.125" }
syn = { version = "2.0.90" }
serde_json = { version = "1.0.134" }
syn = { version = "2.0.91" }
typify = { version = "0.1.0" }
8 changes: 4 additions & 4 deletions sessionspaces/Cargo.lock

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

4 changes: 2 additions & 2 deletions sessionspaces/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.94" }
anyhow = { version = "1.0.95" }
clap = { version = "4.5.23", features = ["derive", "env"] }
derive_more = { version = "1.0.0", features = ["deref", "deref_mut"] }
dotenvy = { version = "0.15.7" }
Expand All @@ -16,7 +16,7 @@ kube = { version = "0.95.0" }
ldap3 = { version = "0.11.5", default-features = false, features = [
"tls-rustls",
] }
serde_json = { version = "1.0.133" }
serde_json = { version = "1.0.134" }
sqlx = { version = "0.8.2", features = [
"runtime-tokio",
"tls-rustls",
Expand Down

0 comments on commit ac4b064

Please sign in to comment.