Merge pull request 'Update Rust crate serde_json to 1.0.110' (#112) from renovate/serde_json-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #112
This commit is contained in:
commit
e310c4895d
4
rust/Cargo.lock
generated
4
rust/Cargo.lock
generated
@ -1808,9 +1808,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde_json"
|
||||
version = "1.0.105"
|
||||
version = "1.0.110"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
|
||||
checksum = "6fbd975230bada99c8bb618e0c365c2eefa219158d5c6c29610fd09ff1833257"
|
||||
dependencies = [
|
||||
"itoa",
|
||||
"ryu",
|
||||
|
@ -16,7 +16,7 @@ clap = { version = "4.4.12", features = ["derive"] }
|
||||
log = "0.4.20"
|
||||
env_logger = "0.10.1"
|
||||
serde = { version = "1.0.194", features = ["derive"] }
|
||||
serde_json = "1.0.105"
|
||||
serde_json = "1.0.110"
|
||||
actix-web = "4.4.1"
|
||||
actix-cors = "0.6.5"
|
||||
actix = "0.13.1"
|
||||
|
@ -27,7 +27,7 @@ textwrap = "0.16.0"
|
||||
tokio-tungstenite = { version = "0.20.1", features = ["__rustls-tls", "rustls-tls-native-roots"] }
|
||||
serde_urlencoded = "0.7.1"
|
||||
futures = "0.3.30"
|
||||
serde_json = "1.0.105"
|
||||
serde_json = "1.0.110"
|
||||
hostname = "0.3.1"
|
||||
rustls = "0.21.9"
|
||||
hyper-rustls = { version = "0.24.2", features = ["rustls-native-certs"] }
|
||||
|
Loading…
Reference in New Issue
Block a user