Skip to content

Commit

Permalink
Bump serde_json from 1.0.95 to 1.0.114 in /tori
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.95 to 1.0.114.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.95...v1.0.114)

---
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] authored Feb 26, 2024
1 parent 0c27b32 commit 2a00b80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tori/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 tori/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ crossterm = "0.27"
# also because I couldn't make any other clipboard crate work
clipboard = { version = "0.5.0", optional = true }

serde_json = "1.0.94"
serde_json = "1.0.114"
unicode-width = "0.1.10"
dirs = "5.0.0"
serde_yaml = "0.9.31"
Expand Down

0 comments on commit 2a00b80

Please sign in to comment.