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 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch group in /backend with 3 updates: [chrono](https://github.com/chronotope/chrono), [clap](https://github.com/clap-rs/clap) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `chrono` from 0.4.34 to 0.4.35
- [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.35)

Updates `clap` from 4.5.1 to 4.5.2
- [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.2)

Updates `reqwest` from 0.11.24 to 0.11.25
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.24...v0.11.25)

---
updated-dependencies:
- 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: reqwest
  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 Mar 11, 2024
1 parent 4e0c927 commit d3f5614
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
42 changes: 21 additions & 21 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ 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.35", default-features = false }
clap = { version = "4.5.2", features = ["derive", "env"] }
derive_more = { version = "0.99.17" }
dotenvy = { version = "0.15.7" }
itertools = { version = "0.12.1" }
reqwest = { version = "0.11.24" }
reqwest = { version = "0.11.25" }
sea-orm = { version = "0.11.2", default-features = false, features = [
"macros",
"runtime-tokio-rustls",
Expand Down
2 changes: 1 addition & 1 deletion backend/chimp_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dotenvy = { workspace = true }
futures-util = { version = "0.3.30" }
graphql-ws-client = { version = "0.5.0", features = ["cynic"] }
lapin = { version = "2.2.1", default-features = false, features = ["rustls"] }
reqwest = { version = "0.11.24" }
reqwest = { version = "0.11.25" }
tokio = { workspace = true, features = ["sync"] }
url = { workspace = true }
uuid = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion backend/opa_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ graphql = ["async-graphql"]
[dependencies]
async-graphql = { workspace = true, optional = true }
derive_more = { workspace = true }
reqwest = { version = "0.11.24", default-features = false, features = [
reqwest = { version = "0.11.25", default-features = false, features = [
"json",
"rustls",
] }
Expand Down

0 comments on commit d3f5614

Please sign in to comment.