Skip to content

Commit 96a85d6

Browse files
committed
update lockfile
1 parent e6cd29d commit 96a85d6

File tree

1 file changed

+47
-11
lines changed

1 file changed

+47
-11
lines changed

src/tools/miri/Cargo.lock

Lines changed: 47 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ version = "1.3.2"
7070
source = "registry+https://github.com/rust-lang/crates.io-index"
7171
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
7272

73+
[[package]]
74+
name = "bitflags"
75+
version = "2.4.0"
76+
source = "registry+https://github.com/rust-lang/crates.io-index"
77+
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
78+
7379
[[package]]
7480
name = "bstr"
7581
version = "1.4.0"
@@ -201,12 +207,12 @@ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
201207

202208
[[package]]
203209
name = "env_logger"
204-
version = "0.9.3"
210+
version = "0.10.0"
205211
source = "registry+https://github.com/rust-lang/crates.io-index"
206-
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
212+
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
207213
dependencies = [
208-
"atty",
209214
"humantime",
215+
"is-terminal",
210216
"log",
211217
"regex",
212218
"termcolor",
@@ -316,6 +322,17 @@ dependencies = [
316322
"windows-sys 0.48.0",
317323
]
318324

325+
[[package]]
326+
name = "is-terminal"
327+
version = "0.4.9"
328+
source = "registry+https://github.com/rust-lang/crates.io-index"
329+
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
330+
dependencies = [
331+
"hermit-abi 0.3.1",
332+
"rustix 0.38.14",
333+
"windows-sys 0.48.0",
334+
]
335+
319336
[[package]]
320337
name = "itoa"
321338
version = "1.0.6"
@@ -330,9 +347,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
330347

331348
[[package]]
332349
name = "libc"
333-
version = "0.2.142"
350+
version = "0.2.148"
334351
source = "registry+https://github.com/rust-lang/crates.io-index"
335-
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
352+
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
336353

337354
[[package]]
338355
name = "libffi"
@@ -369,6 +386,12 @@ version = "0.3.7"
369386
source = "registry+https://github.com/rust-lang/crates.io-index"
370387
checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
371388

389+
[[package]]
390+
name = "linux-raw-sys"
391+
version = "0.4.7"
392+
source = "registry+https://github.com/rust-lang/crates.io-index"
393+
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
394+
372395
[[package]]
373396
name = "lock_api"
374397
version = "0.4.9"
@@ -454,7 +477,7 @@ version = "0.26.2"
454477
source = "registry+https://github.com/rust-lang/crates.io-index"
455478
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
456479
dependencies = [
457-
"bitflags",
480+
"bitflags 1.3.2",
458481
"cfg-if",
459482
"libc",
460483
"static_assertions",
@@ -581,7 +604,7 @@ version = "0.2.16"
581604
source = "registry+https://github.com/rust-lang/crates.io-index"
582605
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
583606
dependencies = [
584-
"bitflags",
607+
"bitflags 1.3.2",
585608
]
586609

587610
[[package]]
@@ -590,7 +613,7 @@ version = "0.3.5"
590613
source = "registry+https://github.com/rust-lang/crates.io-index"
591614
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
592615
dependencies = [
593-
"bitflags",
616+
"bitflags 1.3.2",
594617
]
595618

596619
[[package]]
@@ -655,11 +678,24 @@ version = "0.37.19"
655678
source = "registry+https://github.com/rust-lang/crates.io-index"
656679
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
657680
dependencies = [
658-
"bitflags",
681+
"bitflags 1.3.2",
659682
"errno",
660683
"io-lifetimes",
661684
"libc",
662-
"linux-raw-sys",
685+
"linux-raw-sys 0.3.7",
686+
"windows-sys 0.48.0",
687+
]
688+
689+
[[package]]
690+
name = "rustix"
691+
version = "0.38.14"
692+
source = "registry+https://github.com/rust-lang/crates.io-index"
693+
checksum = "747c788e9ce8e92b12cd485c49ddf90723550b654b32508f979b71a7b1ecda4f"
694+
dependencies = [
695+
"bitflags 2.4.0",
696+
"errno",
697+
"libc",
698+
"linux-raw-sys 0.4.7",
663699
"windows-sys 0.48.0",
664700
]
665701

@@ -756,7 +792,7 @@ dependencies = [
756792
"cfg-if",
757793
"fastrand",
758794
"redox_syscall 0.3.5",
759-
"rustix",
795+
"rustix 0.37.19",
760796
"windows-sys 0.45.0",
761797
]
762798

0 commit comments

Comments
 (0)