Skip to content

Commit

Permalink
Update rcgen to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patowen committed Feb 24, 2024
1 parent 6392ee8 commit 2fb2016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ futures-util = "0.3.1"
rustls = { version = "0.21.7", features = ["dangerous_configuration"] }
webpki = "0.22.0"
hecs = { workspace = true }
rcgen = { version = "0.11.0", default-features = false }
rcgen = { version = "0.12.1", default-features = false, features = ["ring"] }
memoffset = "0.9"
gltf = { version = "1.0.0", default-features = false, features = ["utils"] }
metrics = { version = "0.21.0" }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ quinn = { workspace = true }
serde = { version = "1.0.104", features = ["derive", "rc"] }
toml = { workspace = true }
anyhow = "1.0.26"
rcgen = { version = "0.11.0", default-features = false }
rcgen = { version = "0.12.1", default-features = false, features = ["ring"] }
hostname = "0.3.0"
futures = "0.3.1"
hecs = { workspace = true }
Expand Down

0 comments on commit 2fb2016

Please sign in to comment.