[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:
CosminPerRam 2023-07-10 17:09:22 +03:00 committed by GitHub
parent e207e8dc95
commit bf8c087b94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 6 deletions

View file

@ -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"] }