Skip to content

Commit

Permalink
build(deps): bump ipconfig from 0.3.0 to 0.3.2 (#2732)
Browse files Browse the repository at this point in the history
Bumps [ipconfig](https://github.com/liranringel/ipconfig) from 0.3.0 to 0.3.2.
- [Release notes](https://github.com/liranringel/ipconfig/releases)
- [Commits](https://github.com/liranringel/ipconfig/commits/0.3.2)

---
updated-dependencies:
- dependency-name: ipconfig
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent 962f0d9 commit 804db1b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -911,13 +911,13 @@ dependencies = [

[[package]]
name = "ipconfig"
version = "0.3.0"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "723519edce41262b05d4143ceb95050e4c614f483e78e9fd9e39a8275a84ad98"
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
dependencies = [
"socket2 0.4.10",
"socket2 0.5.5",
"widestring",
"winapi",
"windows-sys 0.48.0",
"winreg",
]

Expand Down Expand Up @@ -3764,9 +3764,9 @@ dependencies = [

[[package]]
name = "widestring"
version = "0.5.1"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"

[[package]]
name = "winapi"
Expand Down Expand Up @@ -3924,11 +3924,12 @@ checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"

[[package]]
name = "winreg"
version = "0.7.0"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"winapi",
"cfg-if",
"windows-sys 0.48.0",
]

[[package]]
Expand Down

0 comments on commit 804db1b

Please sign in to comment.