Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.82` | `1.0.86` |
| [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` |
| [serde](https://github.com/serde-rs/serde) | `1.0.199` | `1.0.203` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.59` | `1.0.61` |
| [url](https://github.com/servo/rust-url) | `2.5.0` | `2.5.2` |
| [lapin](https://github.com/amqp-rs/lapin) | `2.3.3` | `2.3.4` |
| [cynic-codegen](https://github.com/obmarg/cynic) | `3.7.0` | `3.7.3` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.120` |



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.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 `serde` from 1.0.199 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.199...v1.0.203)

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

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 `lapin` from 2.3.3 to 2.3.4
- [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md)
- [Commits](amqp-rs/lapin@lapin-2.3.3...lapin-2.3.4)

Updates `cynic-codegen` from 3.7.0 to 3.7.3
- [Release notes](https://github.com/obmarg/cynic/releases)
- [Changelog](https://github.com/obmarg/cynic/blob/main/CHANGELOG.md)
- [Commits](obmarg/cynic@v3.7.0...v3.7.3)

Updates `serde_json` from 1.0.116 to 1.0.120
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.120)

---
updated-dependencies:
- 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: derive_more
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: serde
  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: url
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: lapin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: cynic-codegen
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent d829623 commit de21e56
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 55 deletions.
91 changes: 46 additions & 45 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = [
resolver = "2"

[workspace.dependencies]
anyhow = { version = "1.0.82" }
anyhow = { version = "1.0.86" }
async-graphql = { version = "6.0.11", default-features = false, features = [
"chrono",
"graphiql",
Expand All @@ -30,8 +30,8 @@ aws-credential-types = { version = "0.56.0" }
aws-sdk-s3 = { version = "0.29.0" }
axum = { version = "0.6.20", features = ["headers", "macros", "ws"] }
chrono = { version = "0.4.38", default-features = false }
clap = { version = "4.5.4", 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" }
itertools = { version = "0.12.1" }
reqwest = { version = "0.11.24" }
Expand All @@ -42,10 +42,10 @@ sea-orm = { version = "0.11.2", default-features = false, features = [
"with-uuid",
] }
sea-orm-migration = { version = "0.11.3" }
serde = { version = "1.0.199" }
thiserror = { version = "1.0.59" }
serde = { version = "1.0.203" }
thiserror = { version = "1.0.61" }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
url = { version = "2.5.0" }
url = { version = "2.5.2" }
uuid = { version = "1.8.0", features = ["v7"] }
2 changes: 1 addition & 1 deletion backend/chimp_chomp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dotenvy = { workspace = true }
futures = { version = "0.3.30" }
futures-timer = { version = "3.0.3" }
itertools = { workspace = true }
lapin = { version = "2.3.3" }
lapin = { version = "2.3.4" }
ndarray = { version = "0.15.6" }
opencv = { version = "0.88.8", default-features = false, features = [
"imgproc",
Expand Down
4 changes: 2 additions & 2 deletions backend/chimp_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ cynic = { version = "3.4.3", features = ["http-reqwest"] }
dotenvy = { workspace = true }
futures-util = { version = "0.3.30" }
graphql-ws-client = { version = "0.5.0", features = ["cynic"] }
lapin = { version = "2.3.3", default-features = false, features = ["rustls"] }
lapin = { version = "2.3.4", default-features = false, features = ["rustls"] }
reqwest = { version = "0.11.24" }
tokio = { workspace = true, features = ["sync"] }
url = { workspace = true }
uuid = { workspace = true }

[build-dependencies]
cynic-codegen = { version = "3.7.0" }
cynic-codegen = { version = "3.7.3" }
targeting = { path = "../targeting" }
2 changes: 1 addition & 1 deletion backend/chimp_protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"

[dependencies]
serde = { workspace = true }
serde_json = { version = "1.0.116" }
serde_json = { version = "1.0.120" }
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true, features = ["serde"] }

0 comments on commit de21e56

Please sign in to comment.