Bump serde_json from 1.0.114 to 1.0.115
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.114 to 1.0.115. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.114...v1.0.115) --- 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:
Родитель
4e0102de32
Коммит
d4cc2c596b
|
@ -2058,9 +2058,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.114"
|
||||
version = "1.0.115"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
|
||||
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
|
|
@ -8,7 +8,7 @@ rust-version = "1.74.0"
|
|||
[dependencies]
|
||||
redis = { version = "0.25.2", default-features = false, features = ["tokio-comp", "aio", "cluster", "cluster-async"] }
|
||||
serde = { version = "1.0.197", features = ["derive"] }
|
||||
serde_json = "1.0.114"
|
||||
serde_json = "1.0.115"
|
||||
thiserror = "1.0.58"
|
||||
warp = { version = "0.3.6", features = ["tls"] }
|
||||
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
|
|
|
@ -6,7 +6,7 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
|
||||
serde_json = "1.0.114"
|
||||
serde_json = "1.0.115"
|
||||
ureq = "2.9.6"
|
||||
flexi_logger = { version = "0.28.0", features = ["colors"] }
|
||||
log = "0.4.21"
|
||||
|
|
Загрузка…
Ссылка в новой задаче