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 in /backend with 7 updates
Browse files Browse the repository at this point in the history
Bumps the patch group in /backend with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.80` | `1.0.81` |
| [chrono](https://github.com/chronotope/chrono) | `0.4.34` | `0.4.37` |
| [clap](https://github.com/clap-rs/clap) | `4.5.1` | `4.5.4` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.57` | `1.0.58` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.114` | `1.0.115` |
| [tokio-stream](https://github.com/tokio-rs/tokio) | `0.1.14` | `0.1.15` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.77` | `0.1.79` |


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

Updates `chrono` from 0.4.34 to 0.4.37
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.34...v0.4.37)

Updates `clap` from 4.5.1 to 4.5.4
- [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.1...v4.5.4)

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

Updates `serde_json` from 1.0.114 to 1.0.115
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.114...v1.0.115)

Updates `tokio-stream` from 0.1.14 to 0.1.15
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-stream-0.1.14...tokio-stream-0.1.15)

Updates `async-trait` from 0.1.77 to 0.1.79
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.77...0.1.79)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: chrono
  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: thiserror
  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: tokio-stream
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: async-trait
  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 and garryod committed Apr 2, 2024
1 parent 1922e45 commit eb2708e
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 38 deletions.
66 changes: 36 additions & 30 deletions backend/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 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.79" }
anyhow = { version = "1.0.81" }
async-graphql = { version = "6.0.11", default-features = false, features = [
"chrono",
"graphiql",
Expand All @@ -29,8 +29,8 @@ async-graphql = { version = "6.0.11", default-features = false, features = [
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.34", default-features = false }
clap = { version = "4.4.17", features = ["derive", "env"] }
chrono = { version = "0.4.37", default-features = false }
clap = { version = "4.5.4", features = ["derive", "env"] }
derive_more = { version = "0.99.17" }
dotenvy = { version = "0.15.7" }
itertools = { version = "0.12.1" }
Expand All @@ -43,7 +43,7 @@ sea-orm = { version = "0.11.2", default-features = false, features = [
] }
sea-orm-migration = { version = "0.11.3" }
serde = { version = "1.0.197" }
thiserror = { version = "1.0.57" }
thiserror = { version = "1.0.58" }
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
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.114" }
serde_json = { version = "1.0.115" }
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true, features = ["serde"] }
2 changes: 1 addition & 1 deletion backend/graphql_event_broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"
async-graphql = { workspace = true }
once_cell = { version = "1.19.0" }
tokio = { workspace = true }
tokio-stream = { version = "0.1.14", features = ["sync"] }
tokio-stream = { version = "0.1.15", features = ["sync"] }
2 changes: 1 addition & 1 deletion backend/targeting/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ opa_client = { path = "../opa_client", features = ["graphql"] }
sea-orm = { workspace = true, features = ["sqlx-postgres"] }
sea-orm-migration = { workspace = true }
tokio = { workspace = true }
tokio-stream = { version = "0.1.14" }
tokio-stream = { version = "0.1.15" }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }
url = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion backend/the_paginator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
async-graphql = ["dep:async-graphql"]

[dependencies]
async-trait = "0.1.77"
async-trait = "0.1.79"
sea-orm = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit eb2708e

Please sign in to comment.