Skip to content

Commit

Permalink
Renove unused async_trait
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Arnold <mattarno@uk.ibm.com>
  • Loading branch information
mattarnoatibm committed Oct 9, 2023
1 parent 9d5bcac commit 55b8d5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion image-rs/src/signature/mechanism/simple/xrss.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
//

use anyhow::*;
use async_trait::async_trait;
use base64::Engine;
use oci_distribution::{secrets::RegistryAuth, Reference};
use reqwest::Client;
Expand Down

0 comments on commit 55b8d5b

Please sign in to comment.