Skip to content

Commit ea8a5df

Browse files
authored
Bump sshcerts to v0.14.0 (#58)
1 parent cdff534 commit ea8a5df

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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.

rustica-agent/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustica-agent"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Mitchell Grenier <[email protected]>"]
55
edition = "2021"
66

@@ -24,7 +24,7 @@ serde = "1.0.97"
2424
serde_derive = "1.0"
2525
sha2 = "0.9.2"
2626
# For Production
27-
sshcerts = { version = "0.13.2" }
27+
sshcerts = { version = "0.14.0" }
2828
# For Development
2929
# sshcerts = { path = "../../sshcerts", features = [
3030
# "yubikey-support",

rustica/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustica"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
authors = ["Mitchell Grenier <[email protected]>"]
55
edition = "2021"
66

@@ -41,7 +41,7 @@ serde = { version = "1.0", features = ["derive"] }
4141
# "yubikey-lite",
4242
# ] }
4343
# For Development
44-
sshcerts = { version = "0.13.2", default-features = false, features = [
44+
sshcerts = { version = "0.14.0", default-features = false, features = [
4545
"fido-lite",
4646
"x509-support",
4747
"yubikey-lite",

0 commit comments

Comments
 (0)