Skip to content

Commit

Permalink
Bump serde_json from 1.0.79 to 1.0.80 (#376)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.80.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.79...v1.0.80)

---
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>
  • Loading branch information
dependabot[bot] authored May 3, 2022
1 parent 731042f commit 12440c1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ eyre = "0.6"
directories = "4"
indicatif = "0.16.2"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.75"
serde_json = "1.0.80"
tui = { version = "0.18", default-features = false, features = ["termion"] }
termion = "1.5"
unicode-width = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion atuin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ whoami = "1.1.2"
chrono-english = "0.1.4"
config = "0.13"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.75"
serde_json = "1.0.80"
parse_duration = "2.1.1"
async-trait = "0.1.49"
itertools = "0.10.3"
Expand Down
2 changes: 1 addition & 1 deletion atuin-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ uuid = { version = "1.0", features = ["v4"] }
whoami = "1.1.2"
config = "0.13"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0.75"
serde_json = "1.0.80"
sodiumoxide = "0.2.6"
base64 = "0.13.0"
rand = "0.8.4"
Expand Down

0 comments on commit 12440c1

Please sign in to comment.