Skip to content

Commit

Permalink
[Crate] Update byteorder from 1.4 to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CosminPerRam committed Oct 7, 2023
1 parent 40d4be2 commit a3800f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Protocols:
- The Ship: Removed instances of using `unwrap` without handling the panics.

Crate:
- Updated [byteorder](https://crates.io/crates/byteorder) dependency from 1.4 to 1.5.
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`. (by @Douile)
- Applied some nursery Clippy lints.
- The `retries` field was added to `TimeoutSettings` that specifies the number of times to retry a failed request (request being individual send, receive sequence, some protocols can include multiple requests in a single query). (by @Douile)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ game_defs = ["dep:phf", "games"]
serde = ["dep:serde", "serde/derive"]

[dependencies]
byteorder = "1.4"
byteorder = "1.5"
bzip2-rs = "0.1"
crc32fast = "1.3"
serde_json = "1.0"
Expand Down

0 comments on commit a3800f3

Please sign in to comment.