Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump ring from 0.16.20 to 0.17.0 #2040

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 33 additions & 13 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ prometheus = { version = "0.13.3", optional = true }
rand = { version = "0.8", features = ["min_const_gen"] }
regex = "1"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.16.20"
ring = "0.17.0"
routefinder = "0.5.3"
serde.workspace = true
serde_json.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion aggregator_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ janus_messages.workspace = true
opentelemetry.workspace = true
querystring = "1.1.0"
rand = { version = "0.8", features = ["min_const_gen"] }
ring = "0.16.20"
ring = "0.17.0"
serde.workspace = true
serde_json.workspace = true
serde_test.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion aggregator_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ prio = { workspace = true, features = ["experimental"] }
rand = { version = "0.8", features = ["min_const_gen"] }
regex = "1"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.16.20"
ring = "0.17.0"
serde.workspace = true
serde_json.workspace = true
serde_yaml.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ prio.workspace = true
rand = "0.8"
regex = "1.9.5"
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.16.20"
ring = "0.17.0"
serde.workspace = true
serde_json = { workspace = true, optional = true }
serde_yaml.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion interop_binaries/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ prio.workspace = true
rand = "0.8"
regex = { version = "1", optional = true }
reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls"] }
ring = "0.16.20"
ring = "0.17.0"
serde.workspace = true
serde_json = "1.0.106"
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "migrate", "postgres"] }
Expand Down
Loading