Skip to content

Commit

Permalink
Bump rustls from 0.23.8 to 0.23.10 (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent a493a15 commit 87773b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ regex = "1.10.4"
reqwest = { version = "0.12.4", features = ["json"] }
reqwest-middleware = { version = "0.3.1", features = ["json"] }
reqwest-retry = "0.5.0"
rustls = { version = "0.23.8", features = ["ring"] }
rustls = { version = "0.23.10", features = ["ring"] }
serde = { version = "1.0.203", features = ["derive", "rc"] }
serde_json = "1.0.117"
serde_with = { version = "3.8.1", features = ["base64"] }
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ quinn = { version = "0.11.1" }
rcgen = "0.13.1"
ring = "0.17.8"
rmp-serde = "1.3.0"
rustls = { version = "0.23.8" }
rustls = { version = "0.23.10" }
rustls-pemfile = "2.1.2"
serde = { version = "1.0.203", features = ["derive", "rc"] }
serde_json = "1.0.117"
Expand Down

0 comments on commit 87773b2

Please sign in to comment.