Skip to content

Commit

Permalink
Bump serde_json from 1.0.117 to 1.0.120 in /rust
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.117 to 1.0.120.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.120)

---
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 Jul 1, 2024
1 parent 0ab3508 commit 2d96c7d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions rust/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 rust/driver-ipc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ log = "0.4.21"
serde = { version = "1.0.203", features = ["derive"] }
thiserror = "1.0.61"
owo-colors = "4.0.0"
serde_json = "1.0.117"
serde_json = "1.0.120"
windows = { version = "0.57.0", features = ["Win32_Foundation"] }
lazy_format = "2.0.3"
joinery = "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/vdd-user-session-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ windows-service = "0.7.0"
driver-ipc = { path = "../driver-ipc" }
clap = { version = "4.5.7", features = ["derive"] }
winreg = "0.52.0"
serde_json = "1.0.117"
serde_json = "1.0.120"

[dependencies.windows]
version = "0.57.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/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.3"
driver-ipc = { path = "../driver-ipc" }
eyre = "0.6.12"
owo-colors = "4.0.0"
serde_json = "1.0.117"
serde_json = "1.0.120"
lazy_format = "2.0.3"
joinery = "3.1.0"
serde = "1.0.203"
2 changes: 1 addition & 1 deletion rust/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.21"
bytemuck = { version = "1.16.1", features = ["derive"] }
serde_json = "1.0.117"
serde_json = "1.0.120"
driver-ipc = { path = "../driver-ipc" }
driver-logger = { path = "../driver-logger" }
tokio = { version = "1.38.0", features = [
Expand Down

0 comments on commit 2d96c7d

Please sign in to comment.