From 2649658fe89149607898036ea047e54afcc688b2 Mon Sep 17 00:00:00 2001 From: Cole Helbling Date: Fri, 3 Apr 2020 16:39:52 -0700 Subject: [PATCH] Bump hubcaps New hubcaps update makes `created_at` and `updated_at` fields optional, because sometimes they just aren't there. --- ofborg/Cargo.lock | 2 +- ofborg/Cargo.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ofborg/Cargo.lock b/ofborg/Cargo.lock index 192cce4..f56a83a 100644 --- a/ofborg/Cargo.lock +++ b/ofborg/Cargo.lock @@ -247,7 +247,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "hubcaps" version = "0.3.16" -source = "git+https://github.com/grahamc/hubcaps.git#3638c7df3ecd46a773ea76a07c845e08bbd6d9ab" +source = "git+https://github.com/grahamc/hubcaps.git#5e656ba35ab4ee74aa72b3b5c3a62e1bf351ff6a" dependencies = [ "error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "frank_jwt 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/ofborg/Cargo.nix b/ofborg/Cargo.nix index 9cebfe4..506622a 100644 --- a/ofborg/Cargo.nix +++ b/ofborg/Cargo.nix @@ -67,8 +67,8 @@ rec { authors = [ "softprops " ]; src = fetchgit { url = "https://github.com/grahamc/hubcaps.git"; - rev = "3638c7df3ecd46a773ea76a07c845e08bbd6d9ab"; - sha256 = "1gx3fplnyna18f7a90jn9mi22xpqwyi9zpn8jvamlxb852lybmhd"; + rev = "5e656ba35ab4ee74aa72b3b5c3a62e1bf351ff6a"; + sha256 = "1p7rn8y71fjwfag65437gz7a56pysz9n69smaknvblyxpjdzmh4d"; fetchSubmodules = false; }; dependencies = mapFeatures features ([