Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 2 updates (#36)
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [serde_json](https://github.com/serde-rs/json) and [log](https://github.com/rust-lang/log).


Updates `serde_json` from 1.0.117 to 1.0.119
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.119)

Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: log
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Maćkowski <m4tx@m4tx.pl>
  • Loading branch information
dependabot[bot] and m4tx authored Jul 1, 2024
1 parent 92529e2 commit 5bdebca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions 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 chombo-gen-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rocket = "0.5.1"
rocket-cache-response = "0.6.4"
image = { version = "0.25.1", default-features = false, features = ["png"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.117"
log = { version = "0.4.21", features = ["max_level_trace", "release_max_level_info"] }
serde_json = "1.0.119"
log = { version = "0.4.22", features = ["max_level_trace", "release_max_level_info"] }
chrono = "0.4.38"
time = "0.3.36"

0 comments on commit 5bdebca

Please sign in to comment.