Dependency updates (#95)

This commit is contained in:
puffyCid 2025-12-24 01:49:38 +00:00 committed by GitHub
parent f6c5f244d5
commit 801cca3006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 9 deletions

View file

@ -0,0 +1,3 @@
kind: Changed
body: Updated dependencies
time: 2025-12-23T20:38:33.772063272-05:00

View file

@ -30,7 +30,7 @@ jobs:
with:
persist-credentials: false
- name: Run audit action to view any security issues
uses: actions-rust-lang/audit@579aeab71c3eeeeae955a8e3c6136bfc93915987 #v1.24
uses: actions-rust-lang/audit@410bbe6de17ca06c0a60070cca18c88b485ca5a1 #v1.2.6
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}

View file

@ -13,4 +13,4 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5
with:
persist-credentials: false
- uses: EmbarkStudios/cargo-deny-action@f2ba7abc2abebaf185c833c3961145a3c275caad #v2.0.13
- uses: EmbarkStudios/cargo-deny-action@76cd80eb775d7bbbd2d80292136d74d39e1b4918 #v2.0.14

View file

@ -1,6 +1,6 @@
[package]
name = "macos-unifiedlogs"
version = "0.4.2"
version = "0.4.3"
edition = "2024"
license = "Apache-2.0"
repository = "https://github.com/mandiant/macos-unifiedlogs"
@ -11,21 +11,21 @@ keywords = ["forensics", "macOS", "unifiedlog"]
[dependencies]
nom = "8.0.0"
serde_json = "1.0.145"
serde_json = "1.0.147"
serde = { version = "1.0.228", features = ["derive"] }
log = "0.4.28"
lz4_flex = "0.11.5"
log = "0.4.29"
lz4_flex = "0.12.0"
byteorder = "1.5.0"
plist = "1.8.0"
regex = "1.12.1"
regex = "1.12.2"
base64 = "0.22.1"
chrono = "0.4.42"
walkdir = "2.5.0"
sunlight = "0.1.1"
sunlight = "0.1.4"
[dev-dependencies]
chrono = "0.4.42"
criterion = "0.7.0"
criterion = "0.8.1"
anyhow = "1.0.100"
test-case = "3.3"