Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.112 (#1542)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate serde_json to 1.0.112

* Commit from GitHub Actions (test)

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: mise[bot] <[email protected]>
  • Loading branch information
renovate[bot] and mise-en-dev authored Jan 27, 2024
1 parent 3a195bc commit b3e0296
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ self_update = { version = "0.39.0", default-features = false, features = [
] }
serde = "1.0.195"
serde_derive = "1.0.195"
serde_json = { version = "1.0.111", features = [] }
serde_json = { version = "1.0.112", features = [] }
sha2 = "0.10.8"
shell-escape = "0.1.5"
shell-words = "1.1.0"
Expand Down
4 changes: 2 additions & 2 deletions man/man1/mise.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH mise 1 "mise 2024.1.29"
.TH mise 1 "mise 2024.1.30"
.SH NAME
mise \- The front\-end to your dev env
.SH SYNOPSIS
Expand Down Expand Up @@ -179,6 +179,6 @@ Examples:
$ mise settings Show settings in use
$ mise settings set color 0 Disable color by modifying global config file
.SH VERSION
v2024.1.29
v2024.1.30
.SH AUTHORS
Jeff Dickey <@jdx>

0 comments on commit b3e0296

Please sign in to comment.