Skip to content

Commit 97a087e

Browse files
chore: version bump
1 parent a92a214 commit 97a087e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yubikey-provision"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -12,7 +12,7 @@ prost = "0.12"
1212
serde = { version = "1.0", features = ["derive"] }
1313
tonic = { version = "0.10", features = ["gzip", "tls", "tls-roots", "transport", "channel", "codegen"] }
1414
clap = { version = "4.3", features = ["derive", "env"] }
15-
toml = "0.7.6"
15+
toml = "0.8.2"
1616
thiserror = "1.0.48"
1717
dotenvy = "0.15"
1818
tokio = { version = "1.32", features = ["macros", "rt-multi-thread"]}

0 commit comments

Comments
 (0)