Skip to content

Commit

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

Reverts #226. The release was yanked.
  • Loading branch information
mbrobbel authored Sep 23, 2024
1 parent 6ee7a0f commit 783dae3
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.20.0", optional = true }
once_cell = { version = "1.19.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 783dae3

Please sign in to comment.