Skip to content

Commit

Permalink
build(deps): bump serde_json from 1.0.91 to 1.0.93
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.91 to 1.0.93.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.91...v1.0.93)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 9, 2023
1 parent 76f9caa commit a3ab5ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 Cargo.toml
Expand Up @@ -31,7 +31,7 @@ rust-ini = { version = "0.18.0", default-features = false }
sea-orm = { version = "0.10.7", default-features = false, features = ["sqlx-postgres", "runtime-tokio-rustls", "macros", "with-time", "with-json"] }
separator = { version = "0.4.1", default-features = false }
serde = { version = "1.0.152", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.91", default-features = false }
serde_json = { version = "1.0.93", default-features = false }
strfmt = { version = "0.2.2", default-features = false }
time = { version = "0.3.17", default-features = false, features = ["formatting", "parsing", "macros", "serde", "serde-well-known"] }
time-tz = { version = "1.0.2", default-features = false, features = ["db"] }
Expand Down

0 comments on commit a3ab5ac

Please sign in to comment.