Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
filipslezaklab committed Oct 16, 2023
1 parent a92a214 commit 97a087e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yubikey-provision"
version = "0.1.7"
version = "0.1.8"
edition = "2021"

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

0 comments on commit 97a087e

Please sign in to comment.