Skip to content

Commit

Permalink
chore(deps): Bump byteorder from 1.4.3 to 1.5.0 (#12666)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: xxchan <[email protected]>
  • Loading branch information
3 people authored Oct 8, 2023
1 parent a8b25ac commit ca25095
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 src/utils/pgwire/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ normal = ["workspace-hack"]

[dependencies]
anyhow = { version = "1.0", default-features = false }
byteorder = "1.4"
byteorder = "1.5"
bytes = "1"
futures = { version = "0.3", default-features = false, features = ["alloc"] }
itertools = "0.11"
Expand Down

0 comments on commit ca25095

Please sign in to comment.