Update dependencies

This commit is contained in:
timvisee 2021-11-14 12:54:09 +01:00
parent 69c2d580d5
commit ad638b5b3e
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172

4
Cargo.lock generated
View File

@ -1077,9 +1077,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.69" version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e466864e431129c7e0d3476b92f20458e5879919a0596c6472738d9fa2d342f8" checksum = "e277c495ac6cd1a01a58d0a0c574568b4d1ddf14f59965c6a58b8d96400b54f3"
dependencies = [ dependencies = [
"itoa", "itoa",
"ryu", "ryu",