Skip to content

Commit

Permalink
Merge pull request #270 from cea-sec/dependabot/cargo/rustls-pemfile-…
Browse files Browse the repository at this point in the history
…2.1.0

Build(deps): bump rustls-pemfile from 2.0.0 to 2.1.0
  • Loading branch information
serpilliere authored Feb 19, 2024
2 parents a367df9 + d223297 commit 61f863a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion sanzu-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log = "0.4"
mio = { version = "0.8", features = ["net", "os-poll"] }
nix = { version = "0.27", features = ["fs", "process"] }
rustls = "0.22"
rustls-pemfile = "2.0"
rustls-pemfile = "2.1"
rustls-pki-types = { version="1", features = ["std"] }
sanzu-common = { path="../sanzu-common", default-features = false }
serde = { version = "1.0", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion sanzu-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env_logger = "0.11"
log = "0.4"
prost = "0.12"
rustls = "0.22"
rustls-pemfile = "2.0"
rustls-pemfile = "2.1"
rustls-pki-types = { version="1", features = ["std"] }
webpki-roots = "0.26"
x509-parser = "0.15"
Expand Down
2 changes: 1 addition & 1 deletion sanzu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ memmap2 = "0.9"
opus= "0.3"
rpassword = "7.2"
rustls = "0.22"
rustls-pemfile = "2.0"
rustls-pemfile = "2.1"
rustls-pki-types = { version="1", features = ["std"] }
sanzu-common = { path="../sanzu-common", default-features = false}
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 61f863a

Please sign in to comment.