Skip to content

Commit dc94ba1

Browse files
committed
ver bump
1 parent 4781871 commit dc94ba1

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ocsp-stapler"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
license = "MPL-2.0"
66
description = "OCSP stapler & client with support for Rustls"

src/stapler.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use prometheus::{
1515
};
1616
use rasn_ocsp::CertStatus;
1717
use rustls::{
18-
pki_types::CertificateDer,
1918
server::{ClientHello, ResolvesServerCert},
2019
sign::CertifiedKey,
2120
};

0 commit comments

Comments
 (0)