From 4ad04963e80f1007133fa6653a8ed1ddad3b6e94 Mon Sep 17 00:00:00 2001 From: Syfaro Date: Sat, 13 Apr 2019 16:19:14 -0500 Subject: [PATCH] Update furaffinity-rs. --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d9a79f..98fdd1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -389,7 +389,7 @@ name = "fa-watcher" version = "0.1.0" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "furaffinity-rs 0.1.0 (git+https://git.huefox.com/syfaro/furaffinity-rs?rev=eb06986cd29ee8e35af879f5d6cdf184f3177124)", + "furaffinity-rs 0.1.0 (git+https://git.huefox.com/syfaro/furaffinity-rs?rev=9a131bdf3b88ba9ba532ba262643be5b1efa3a5d)", "postgres 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)", "r2d2 0.8.4 (registry+https://github.com/rust-lang/crates.io-index)", "r2d2_postgres 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -476,7 +476,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "furaffinity-rs" version = "0.1.0" -source = "git+https://git.huefox.com/syfaro/furaffinity-rs?rev=eb06986cd29ee8e35af879f5d6cdf184f3177124#eb06986cd29ee8e35af879f5d6cdf184f3177124" +source = "git+https://git.huefox.com/syfaro/furaffinity-rs?rev=9a131bdf3b88ba9ba532ba262643be5b1efa3a5d#9a131bdf3b88ba9ba532ba262643be5b1efa3a5d" dependencies = [ "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "image 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2095,7 +2095,7 @@ dependencies = [ "checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" "checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" "checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" -"checksum furaffinity-rs 0.1.0 (git+https://git.huefox.com/syfaro/furaffinity-rs?rev=eb06986cd29ee8e35af879f5d6cdf184f3177124)" = "" +"checksum furaffinity-rs 0.1.0 (git+https://git.huefox.com/syfaro/furaffinity-rs?rev=9a131bdf3b88ba9ba532ba262643be5b1efa3a5d)" = "" "checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b" "checksum futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "62941eff9507c8177d448bd83a44d9b9760856e184081d8cd79ba9f03dd24981" "checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" diff --git a/Cargo.toml b/Cargo.toml index 7dd8a48..449de3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,4 +13,4 @@ chrono = "^0.4" [dependencies.furaffinity-rs] git = "https://git.huefox.com/syfaro/furaffinity-rs" -rev = "eb06986cd29ee8e35af879f5d6cdf184f3177124" +rev = "9a131bdf3b88ba9ba532ba262643be5b1efa3a5d"