diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-01 12:57:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-01 12:57:37 +0100 |
| commit | d8dabd2049dd1cd64af580c15a56a090205f5f83 (patch) | |
| tree | 23b568053322bb101262bb0708728b2c9f7d4169 /Cargo.toml | |
| parent | chore(deps): bump postmark from 0.10.0 to 0.10.1 (#2217) (diff) | |
| download | atuin-d8dabd2049dd1cd64af580c15a56a090205f5f83.zip | |
chore(deps): bump serde_json from 1.0.117 to 1.0.119 (#2216)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.119.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.117...v1.0.119)
---
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 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ itertools = "0.12.0" rand = { version = "0.8.5", features = ["std"] } semver = "1.0.20" serde = { version = "1.0.202", features = ["derive"] } -serde_json = "1.0.116" +serde_json = "1.0.119" tokio = { version = "1", features = ["full"] } uuid = { version = "1.9", features = ["v4", "v7", "serde"] } whoami = "1.5.1" |
