Skip to content

Commit

Permalink
chore(deps,cargo): bump once_cell from 1.19.0 to 1.20.0 in the cargo …
Browse files Browse the repository at this point in the history
…group (#226)

Bumps the cargo group with 1 update:
[once_cell](https://github.com/matklad/once_cell).

Updates `once_cell` from 1.19.0 to 1.20.0

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 93724c3 commit 2d3d64d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde = ["dep:pbjson", "dep:pbjson-build", "dep:pbjson-types"]

[dependencies]
hex = { version = "0.4.3", optional = true }
once_cell = { version = "1.19.0", optional = true }
once_cell = { version = "1.20.0", optional = true }
pbjson = { version = "0.7.0", optional = true }
pbjson-types = { version = "0.7.0", optional = true }
prost = "0.13.2"
Expand Down

0 comments on commit 2d3d64d

Please sign in to comment.