mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[Crate] Update byteorder from 1.4 to 1.5
This commit is contained in:
parent
40d4be2ceb
commit
a3800f3ba4
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ Protocols:
|
||||||
- The Ship: Removed instances of using `unwrap` without handling the panics.
|
- The Ship: Removed instances of using `unwrap` without handling the panics.
|
||||||
|
|
||||||
Crate:
|
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)
|
- Rich errors, capturing backtrace is done on `RUST_BACKTRACE=1`. (by @Douile)
|
||||||
- Applied some nursery Clippy lints.
|
- 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)
|
- 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)
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ game_defs = ["dep:phf", "games"]
|
||||||
serde = ["dep:serde", "serde/derive"]
|
serde = ["dep:serde", "serde/derive"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
byteorder = "1.4"
|
byteorder = "1.5"
|
||||||
bzip2-rs = "0.1"
|
bzip2-rs = "0.1"
|
||||||
crc32fast = "1.3"
|
crc32fast = "1.3"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue