Skip to content

Commit

Permalink
Bump serde_json from 1.0.121 to 1.0.122 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.121 to 1.0.122.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.121...v1.0.122)

---
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 and MolotovCherry committed Aug 5, 2024
1 parent ec9da80 commit beec6e0
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 @@ -9,7 +9,7 @@ log = "0.4.22"
serde = { version = "1.0.204", features = ["derive"] }
thiserror = "1.0.63"
owo-colors = "4.0.0"
serde_json = "1.0.121"
serde_json = "1.0.122"
windows = { version = "0.58.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.11", features = ["derive"] }
winreg = "0.52.0"
serde_json = "1.0.121"
serde_json = "1.0.122"

[dependencies.windows]
version = "0.58.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.121"
serde_json = "1.0.122"
lazy_format = "2.0.3"
joinery = "3.1.0"
serde = "1.0.204"
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.22"
bytemuck = { version = "1.16.1", features = ["derive"] }
serde_json = "1.0.121"
serde_json = "1.0.122"
driver-ipc = { path = "../driver-ipc" }
driver-logger = { path = "../driver-logger" }
tokio = { version = "1.39.2", features = [
Expand Down

0 comments on commit beec6e0

Please sign in to comment.