Skip to content

Commit

Permalink
build(deps): Bump ring from 0.17.0 to 0.17.2 (#2110)
Browse files Browse the repository at this point in the history
Bumps [ring](https://github.com/briansmith/ring) from 0.17.0 to 0.17.2.
- [Commits](https://github.com/briansmith/ring/commits)

---
updated-dependencies:
- dependency-name: ring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2023
1 parent 5fbbd8a commit 02753f8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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 aggregator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ prometheus = { version = "0.13.3", optional = true }
rand = { version = "0.8", features = ["min_const_gen"] }
regex = "1"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.17.0"
ring = "0.17.2"
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 @@ -19,7 +19,7 @@ janus_messages.workspace = true
opentelemetry.workspace = true
querystring = "1.1.0"
rand = { version = "0.8", features = ["min_const_gen"] }
ring = "0.17.0"
ring = "0.17.2"
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 @@ -39,7 +39,7 @@ prio = { workspace = true, features = ["experimental"] }
rand = { version = "0.8", features = ["min_const_gen"] }
regex = "1"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.17.0"
ring = "0.17.2"
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 @@ -50,7 +50,7 @@ lazy_static = { version = "1", optional = true }
prio.workspace = true
rand = "0.8"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json"] }
ring = "0.17.0"
ring = "0.17.2"
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 @@ -44,7 +44,7 @@ prio.workspace = true
rand = "0.8"
regex = { version = "1", optional = true }
reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls"] }
ring = "0.17.0"
ring = "0.17.2"
serde.workspace = true
serde_json = "1.0.107"
sqlx = { version = "0.7.2", features = ["runtime-tokio-rustls", "migrate", "postgres"] }
Expand Down

0 comments on commit 02753f8

Please sign in to comment.