Skip to content

Commit

Permalink
Merge pull request #91 from jrawsthorne/dependabot/cargo/byteorder-1.5.0
Browse files Browse the repository at this point in the history
Bump byteorder from 1.4.3 to 1.5.0
  • Loading branch information
jrawsthorne authored Oct 9, 2023
2 parents 56d4d9e + 6f9efe3 commit 7a40a6d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 couchstore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
byteorder = "1.4.3"
byteorder = "1.5.0"
bitflags = "2.4.0"
crc32c = "0.6.4"
crc32fast = "1.3.2"
Expand Down
2 changes: 1 addition & 1 deletion ep_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ parking_lot = "0.12.1"
crossbeam-utils = "0.8.16"
dashmap = "5.5.3"
rand = "0.8.5"
byteorder = "1.4.3"
byteorder = "1.5.0"
bitflags = "2.4.0"
crc32fast = "1.3.2"

0 comments on commit 7a40a6d

Please sign in to comment.