Skip to content

Commit 20f47ad

Browse files
build(deps): bump errno from 0.3.11 to 0.3.12 (#3922)
Bumps [errno](https://github.com/lambda-fairy/rust-errno) from 0.3.11 to 0.3.12. - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](lambda-fairy/rust-errno@v0.3.11...v0.3.12) --- updated-dependencies: - dependency-name: errno dependency-version: 0.3.12 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7abe881 commit 20f47ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -639,12 +639,12 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
639639

640640
[[package]]
641641
name = "errno"
642-
version = "0.3.11"
642+
version = "0.3.12"
643643
source = "registry+https://github.com/rust-lang/crates.io-index"
644-
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
644+
checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
645645
dependencies = [
646646
"libc",
647-
"windows-sys 0.59.0",
647+
"windows-sys 0.52.0",
648648
]
649649

650650
[[package]]
@@ -1343,7 +1343,7 @@ dependencies = [
13431343
"portable-atomic",
13441344
"portable-atomic-util",
13451345
"serde",
1346-
"windows-sys 0.59.0",
1346+
"windows-sys 0.52.0",
13471347
]
13481348

13491349
[[package]]
@@ -3732,7 +3732,7 @@ dependencies = [
37323732
"errno",
37333733
"libc",
37343734
"linux-raw-sys 0.4.15",
3735-
"windows-sys 0.59.0",
3735+
"windows-sys 0.52.0",
37363736
]
37373737

37383738
[[package]]
@@ -3745,7 +3745,7 @@ dependencies = [
37453745
"errno",
37463746
"libc",
37473747
"linux-raw-sys 0.9.2",
3748-
"windows-sys 0.59.0",
3748+
"windows-sys 0.52.0",
37493749
]
37503750

37513751
[[package]]
@@ -4024,7 +4024,7 @@ dependencies = [
40244024
"getrandom 0.3.1",
40254025
"once_cell",
40264026
"rustix 1.0.2",
4027-
"windows-sys 0.59.0",
4027+
"windows-sys 0.52.0",
40284028
]
40294029

40304030
[[package]]

0 commit comments

Comments
 (0)