Skip to content

Commit cb90a9a

Browse files
chore(deps): bump serde_json from 1.0.110 to 1.0.111 (#623)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.110 to 1.0.111. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.110...v1.0.111) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b0b63c commit cb90a9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ rustyline = { version = "13", default-features = false, optional = true }
9898
rust_decimal = { version = "1", optional = true }
9999
seahash = { version = "4.1.0", optional = true }
100100
serde = { version = "1", features = ["derive"], optional = true }
101-
serde_json = { version = "1.0.110", default-features = false, optional = true, features = ["std", "raw_value"] }
101+
serde_json = { version = "1.0.111", default-features = false, optional = true, features = ["std", "raw_value"] }
102102
sha-1 = { version = "0.10", optional = true }
103103
sha-2 = { package = "sha2", version = "0.10", optional = true }
104104
sha-3 = { package = "sha3", version = "0.10", optional = true }

0 commit comments

Comments
 (0)