15.diff (787B)
1 diff --git a/Cargo.lock b/Cargo.lock 2 index 30b4d55..fe38880 100644 3 --- a/Cargo.lock 4 +++ b/Cargo.lock 5 @@ -186,9 +186,9 @@ dependencies = [ 6 7 [[package]] 8 name = "fnv" 9 -version = "1.0.6" 10 +version = "1.0.7" 11 source = "registry+https://github.com/rust-lang/crates.io-index" 12 -checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" 13 +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 14 15 [[package]] 16 name = "foreign-types" 17 diff --git a/Cargo.toml b/Cargo.toml 18 index b759465..8312c70 100644 19 --- a/Cargo.toml 20 +++ b/Cargo.toml 21 @@ -8,7 +8,7 @@ edition = "2018" 22 23 [dependencies] 24 osmio = "0.2.1" 25 -fnv = "1.0.6" 26 +fnv = "1.0.7" 27 clap = "2.33.1" 28 reqwest = { version = "0.10", features = ["json"] } 29 tokio = { version = "0.2", features = ["full"] }