diff --git a/Cargo.lock b/Cargo.lock index f6bcbaf..af924f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -599,9 +599,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hydrus-api" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45ede9e13c055fe3590c9d88aba66108596a6f9769fe8c84608d421b82793672" +checksum = "a23266e3af1f564c41b58c1ddd0cc0105e69e6546dd53f939ceb578dc8dbd46f" dependencies = [ "bytes 1.1.0", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b7f4691..09a687f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/Trivernis/hydrus-pixiv-tagger" [dependencies] pixiv-rs = "0.1.0" -hydrus-api = "0.9.1" +hydrus-api = "0.9.2" rustnao = "0.2.1" structopt = "0.3.26" tempdir = "0.3.7"