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: [serde](https://github.com/serde-rs/serde), [futures-timer](https://github.com/async-rs/futures-timer) and [serde_json](https://github.com/serde-rs/json).


Updates `serde` from 1.0.196 to 1.0.197
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.196...v1.0.197)

Updates `futures-timer` from 3.0.2 to 3.0.3
- [Commits](https://github.com/async-rs/futures-timer/commits/v3.0.3)

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

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: futures-timer
  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 Feb 26, 2024
1 parent 2764788 commit edcfe48
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions backend/Cargo.lock

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

2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sea-orm = { version = "0.11.2", default-features = false, features = [
"with-uuid",
] }
sea-orm-migration = { version = "0.11.3" }
serde = { version = "1.0.196" }
serde = { version = "1.0.197" }
thiserror = { version = "1.0.57" }
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 @@ -10,7 +10,7 @@ clap = { workspace = true }
derive_more = { workspace = true }
dotenvy = { workspace = true }
futures = { version = "0.3.30" }
futures-timer = { version = "3.0.2" }
futures-timer = { version = "3.0.3" }
itertools = { workspace = true }
lapin = { version = "2.3.1" }
ndarray = { version = "0.15.6" }
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.113" }
serde_json = { version = "1.0.114" }
url = { workspace = true, features = ["serde"] }
uuid = { workspace = true, features = ["serde"] }

0 comments on commit edcfe48

Please sign in to comment.