Skip to content

Commit

Permalink
Bump once_cell from 1.18.0 to 1.19.0 (#3759)
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.18.0 to 1.19.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.18.0...v1.19.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Jan 10, 2024
1 parent 2c254ac commit 0e31a27
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 crates/relayer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ features = ["options"]

[dev-dependencies]
abscissa_core = { version = "=0.6.0", features = ["testing"] }
once_cell = "1.17"
once_cell = "1.19"
regex = "1.9"
serial_test = "2.0.0"
2 changes: 1 addition & 1 deletion crates/relayer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ generic-array = "0.14.7"
secp256k1 = { version = "0.27.0", features = ["rand-std"] }
strum = { version = "0.25", features = ["derive"] }
tokio-stream = "0.1.14"
once_cell = "1.17.1"
once_cell = "1.19.0"
tracing-subscriber = { version = "0.3.14", features = ["fmt", "env-filter", "json"] }

[dependencies.byte-unit]
Expand Down
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description = """
[dependencies]
ibc-relayer-types = { version = "0.26.4", path = "../relayer-types" }

once_cell = "1.17.0"
once_cell = "1.19.0"
opentelemetry = { version = "0.19.0", features = ["metrics"] }
opentelemetry-prometheus = "0.12.0"
prometheus = "0.13.2"
Expand Down
2 changes: 1 addition & 1 deletion tools/test-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ flex-error = "0.4.4"
prost = { version = "0.12" }
tonic = { version = "0.10", features = ["tls", "tls-roots"] }
hdpath = "0.6.3"
once_cell = "1.18.0"
once_cell = "1.19.0"

0 comments on commit 0e31a27

Please sign in to comment.