mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
cargo: bump serde_json from 1.0.85 to 1.0.87
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.87. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.87) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3141,9 +3141,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "serde_json"
|
name = "serde_json"
|
||||||
version = "1.0.85"
|
version = "1.0.87"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
|
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"itoa 1.0.3",
|
"itoa 1.0.3",
|
||||||
"ryu",
|
"ryu",
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ tempfile = "3.3.0"
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
async-channel = { version = "1.6.1" }
|
async-channel = { version = "1.6.1" }
|
||||||
futures = { version = "0.3.24" }
|
futures = { version = "0.3.24" }
|
||||||
serde_json = "1.0.85"
|
serde_json = "1.0.87"
|
||||||
yerpc = { version = "^0.3.1", features = ["anyhow_expose"] }
|
yerpc = { version = "^0.3.1", features = ["anyhow_expose"] }
|
||||||
typescript-type-def = { version = "0.5.3", features = ["json_value"] }
|
typescript-type-def = { version = "0.5.3", features = ["json_value"] }
|
||||||
tokio = { version = "1.21.2" }
|
tokio = { version = "1.21.2" }
|
||||||
|
|||||||
Reference in New Issue
Block a user