diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-09 17:40:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-09 17:40:22 +0000 |
| commit | 5ce2a4a6776a5452f3d0a6b714e494617d7dc370 (patch) | |
| tree | 4036acebb3bd3330bb3fe573f6980ba26486f5b9 | |
| parent | Bump lukemathwalker/cargo-chef (#1401) (diff) | |
| download | atuin-5ce2a4a6776a5452f3d0a6b714e494617d7dc370.zip | |
Bump serde_json from 1.0.107 to 1.0.108 (#1363)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ semver = "1.0.20" # I don't trust dtolnay with our user's builds. especially as we # have things like encryption keys serde = { version = "1.0.145, <=1.0.171", features = ["derive"] } -serde_json = "1.0.99" +serde_json = "1.0.108" tokio = { version = "1", features = ["full"] } uuid = { version = "1.3", features = ["v4", "serde"] } whoami = "1.1.2" |
