Merge pull request 'Update Rust crate serde_json to 1.0.113' (#24) from renovate/serde_json-1.x into master
Reviewed-on: #24
This commit is contained in:
commit
8506c1a21a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ if-addrs = "0.11.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
chrono = "0.4.31"
|
chrono = "0.4.31"
|
||||||
serde = { version = "1.0", features = ["derive"] }
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0.111"
|
serde_json = "1.0.113"
|
||||||
reqwest = "0.11.23"
|
reqwest = "0.11.23"
|
||||||
tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] }
|
tokio = { version = "1.35.1", features=["macros", "rt-multi-thread"] }
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
|
|
Loading…
Reference in a new issue