Skip to content

Commit

Permalink
Merge pull request #62 from MolotovCherry/dependabot/cargo/serde_json…
Browse files Browse the repository at this point in the history
…-1.0.109

Bump serde_json from 1.0.108 to 1.0.109
  • Loading branch information
MolotovCherry authored Jan 1, 2024
2 parents 978beff + 2d44593 commit 8ab1d8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion virtual-display-driver-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ color-eyre = "0.6.2"
driver-ipc = { path = "../driver-ipc" }
eyre = "0.6.11"
owo-colors = "4.0.0"
serde_json = "1.0.108"
serde_json = "1.0.109"
windows = { version = "0.52.0", features = ["Win32_Foundation"] }
win-pipes = { git = "https://github.com/MolotovCherry/WinPipes-rs" }
lazy_format = "2.0.3"
Expand Down
2 changes: 1 addition & 1 deletion virtual-display-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ wdf-umdf-sys = { path = "../wdf-umdf-sys" }
wdf-umdf = { path = "../wdf-umdf" }
log = "0.4.20"
bytemuck = { version = "1.14.0", features = ["derive"] }
serde_json = "1.0.108"
serde_json = "1.0.109"
driver-ipc = { path = "../driver-ipc" }
winreg = "0.52.0"
driver-logger = { path = "../driver-logger" }
Expand Down

0 comments on commit 8ab1d8a

Please sign in to comment.