rust-gamedig/crates/lib/src
Cain 080f327ab6
Maintenance: dep updates and clippy fixs (#243)
* chore(deps): update crc32fast to v1.5

* chore(deps): update ureq to v2.12

* chore(deps): update phf to v0.13

* chore(deps): update clap to v4.5

* chore(deps): update lazy_static to v1.5

* chore(deps): update thiserror to v2.0.16

* chore(deps): update clap to v4.5

* chore(deps): update bson to v2.15

* chore(deps): update base64 to v0.22

* chore(deps): update quick-xml to v0.38

* chore(deps): update webbrowser to v1.0

* chore(clippy): fix a load of "variables can be used directly"

* chore(ci): update MSRV toolchain to 1.82.0

* chore(pre-commit): update MSRV to 1.82.0

* chore(README): update Minimum Supported Rust Version to 1.82.0

* chore(VERSIONS): update MSRV to 1.82.0

* chore(cli): bump version to 0.4.0 and update MSRV to 1.82.0

* chore(release): bump version to 0.8.0 and update MSRV to 1.82.0
2025-08-25 12:52:54 +01:00
..
capture refactor: use slices where possable in pcap 2024-02-07 16:10:04 +00:00
errors feat: http client and eco support (#175) 2024-02-10 18:26:49 +00:00
games chore(format): with new config 2025-04-20 23:06:55 +01:00
protocols Maintenance: dep updates and clippy fixs (#243) 2025-08-25 12:52:54 +01:00
services chore(clippy): clean up warnings 2025-04-20 22:59:46 +01:00
buffer.rs chore(format): with new config 2025-04-20 23:06:55 +01:00
http.rs Maintenance: dep updates and clippy fixs (#243) 2025-08-25 12:52:54 +01:00
lib.rs chore: apply clippy suggestions (#208) 2024-06-29 21:51:15 +03:00
socket.rs fix(lib socket): feature gate local_addr to capture 2024-09-26 23:23:42 +01:00
utils.rs feat(protocols): Add more control over gathering additional information (#180) 2024-01-22 13:36:17 +02:00