mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[CI] Using recommended CI Cargo audit Github action and update serde (#70)
* [CI] Using recommended CI Github action * [Crate] Update serde dependencies
This commit is contained in:
parent
e207e8dc95
commit
bf8c087b94
3 changed files with 16 additions and 6 deletions
|
|
@ -27,9 +27,9 @@ serde = ["dep:serde", "serde/derive"]
|
|||
byteorder = "1.4.3"
|
||||
bzip2-rs = "0.1.2"
|
||||
crc32fast = "1.3.2"
|
||||
serde_json = "1.0.91"
|
||||
serde_json = "1.0.100"
|
||||
|
||||
serde = { version = "1.0.155", optional = true }
|
||||
serde = { version = "1.0.171", optional = true }
|
||||
|
||||
phf = { version = "0.11", optional = true, features = ["macros"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue