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

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.75` | `1.0.79` |
| [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.194` |
| [opencv](https://github.com/twistedfall/opencv-rust) | `0.88.4` | `0.88.6` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.109` | `1.0.110` |
| [chrono-tz](https://github.com/chronotope/chrono-tz) | `0.8.4` | `0.8.5` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.76` | `0.1.77` |


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

Updates `serde` from 1.0.193 to 1.0.194
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.193...v1.0.194)

Updates `opencv` from 0.88.4 to 0.88.6
- [Changelog](https://github.com/twistedfall/opencv-rust/blob/master/CHANGES.md)
- [Commits](twistedfall/opencv-rust@v0.88.4...v0.88.6)

Updates `serde_json` from 1.0.109 to 1.0.110
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.109...v1.0.110)

Updates `chrono-tz` from 0.8.4 to 0.8.5
- [Release notes](https://github.com/chronotope/chrono-tz/releases)
- [Changelog](https://github.com/chronotope/chrono-tz/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono-tz/commits)

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

---
updated-dependencies:
- dependency-name: anyhow
  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: opencv
  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: chrono-tz
  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 Jan 2, 2024
1 parent b4faab8 commit 2a30439
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
32 changes: 16 additions & 16 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
resolver = "2"

[workspace.dependencies]
anyhow = { version = "1.0.75" }
anyhow = { version = "1.0.79" }
async-graphql = { version = "6.0.11", default-features = false, features = [
"chrono",
"graphiql",
Expand All @@ -39,7 +39,7 @@ sea-orm = { version = "0.11.2", default-features = false, features = [
"with-uuid",
] }
sea-orm-migration = { version = "0.11.3" }
serde = { version = "1.0.193" }
serde = { version = "1.0.194" }
thiserror = { version = "1.0.56" }
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread"] }
tracing = { version = "0.1.40" }
Expand Down
2 changes: 1 addition & 1 deletion backend/chimp_chomp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ futures-timer = { version = "3.0.2" }
itertools = { workspace = true }
lapin = { version = "2.3.1" }
ndarray = { version = "0.15.6" }
opencv = { version = "0.88.4", default-features = false, features = [
opencv = { version = "0.88.6", default-features = false, features = [
"imgproc",
"imgcodecs",
] }
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.109" }
serde_json = { version = "1.0.110" }
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true, features = ["serde"] }
2 changes: 1 addition & 1 deletion backend/soakdb_io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "../README.md"

[dependencies]
chrono = { workspace = true }
chrono-tz = { version = "0.8.4" }
chrono-tz = { version = "0.8.5" }
derive_more = { workspace = true }
lexical = { version = "6.1.1" }
sea-orm = { workspace = true, features = ["sqlx-sqlite"] }
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.76"
async-trait = "0.1.77"
sea-orm = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
Expand Down

0 comments on commit 2a30439

Please sign in to comment.