From 294d634601bdd71f056101c64e00d7a5a7fc5ae2 Mon Sep 17 00:00:00 2001
From: Rutger Broekhoff
Date: Tue, 8 Apr 2025 22:56:40 +0200
Subject: Switch to Rust 2024, update dependencies
---
gitolfs3-authenticate/src/main.rs | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'gitolfs3-authenticate/src')
diff --git a/gitolfs3-authenticate/src/main.rs b/gitolfs3-authenticate/src/main.rs
index 027c01b..1195b1c 100644
--- a/gitolfs3-authenticate/src/main.rs
+++ b/gitolfs3-authenticate/src/main.rs
@@ -1,6 +1,6 @@
-use anyhow::{anyhow, bail, Result};
+use anyhow::{Result, anyhow, bail};
use chrono::Utc;
-use gitolfs3_common::{generate_tag, load_key, Claims, Key, Operation, SpecificClaims};
+use gitolfs3_common::{Claims, Key, Operation, SpecificClaims, generate_tag, load_key};
use serde_json::json;
use std::{process::ExitCode, time::Duration};
--
cgit v1.3
gitolfs3.git/'>gitolfs3
|
| A very simple Git LFS server that stores stuff in S3-compatible backends | Rutger Broekhoff |
blob: d1e6b2ec554450c3565764a8238b54ee9dcd7776 (
about) (
plain) (
blame)