We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9059a commit fd67a3bCopy full SHA for fd67a3b
postgresql_archive/src/archive.rs
@@ -8,6 +8,7 @@ use crate::version::Version;
8
use crate::Error::ArchiveHashMismatch;
9
use bytes::Bytes;
10
use flate2::bufread::GzDecoder;
11
+use http::Extensions;
12
use human_bytes::human_bytes;
13
use num_format::{Locale, ToFormattedString};
14
use regex::Regex;
@@ -24,7 +25,6 @@ use std::str::FromStr;
24
25
use std::thread::sleep;
26
use std::time::Duration;
27
use tar::Archive;
-use http::Extensions;
28
use tracing::{debug, instrument, warn};
29
30
const GITHUB_API_VERSION_HEADER: &str = "X-GitHub-Api-Version";
0 commit comments