Skip to content

Commit

Permalink
Update rcgen requirement from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rcgen](https://github.com/rustls/rcgen) to permit the latest version.
- [Commits](rustls/rcgen@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: rcgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 664a2f4 commit f09d736
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.0", default-features = false }
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.0", default-features = false }
hostname = "0.3.0"
futures = "0.3.1"
hecs = { workspace = true }
Expand Down

0 comments on commit f09d736

Please sign in to comment.