Skip to content

Commit

Permalink
Merge pull request #144 from MolotovCherry/dependabot/cargo/rust/log-…
Browse files Browse the repository at this point in the history
…0.4.22

Bump log from 0.4.21 to 0.4.22 in /rust
  • Loading branch information
MolotovCherry committed Jul 1, 2024
2 parents 5637b7b + c71c351 commit 6d5f2b3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
log = "0.4.21"
log = "0.4.22"
serde = { version = "1.0.203", features = ["derive"] }
thiserror = "1.0.61"
owo-colors = "4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/driver-logger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
log = { version = "0.4.21", features = ["std"] }
log = { version = "0.4.22", features = ["std"] }
env_filter = { version = "0.1.0", default-features = false, optional = true }
widestring = "1.1.0"
winreg = "0.52.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/virtual-display-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ thiserror = "1.0.61"
anyhow = "1.0.86"
wdf-umdf-sys = { path = "../wdf-umdf-sys" }
wdf-umdf = { path = "../wdf-umdf" }
log = "0.4.21"
log = "0.4.22"
bytemuck = { version = "1.16.1", features = ["derive"] }
serde_json = "1.0.117"
driver-ipc = { path = "../driver-ipc" }
Expand Down

0 comments on commit 6d5f2b3

Please sign in to comment.