Skip to content

Commit

Permalink
Bump serde_json from 1.0.108 to 1.0.109
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.108 to 1.0.109.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.108...v1.0.109)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 978beff commit 2d44593
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 2d44593

Please sign in to comment.