rust/Cargo.lock
branchstable
changeset 51659 d15922c41e08
parent 51391 a96ed440450e
child 51751 48fd4d23c867
equal deleted inserted replaced
51658:c3a622e5c6f2 51659:d15922c41e08
   234  "libc",
   234  "libc",
   235 ]
   235 ]
   236 
   236 
   237 [[package]]
   237 [[package]]
   238 name = "cpython"
   238 name = "cpython"
   239 version = "0.7.1"
   239 version = "0.7.2"
   240 source = "registry+https://github.com/rust-lang/crates.io-index"
   240 source = "registry+https://github.com/rust-lang/crates.io-index"
   241 checksum = "3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e"
   241 checksum = "43b398a2c65baaf5892f10bb69b52508bf7a993380cc4ecd3785aaebb5c79389"
   242 dependencies = [
   242 dependencies = [
   243  "libc",
   243  "libc",
   244  "num-traits",
   244  "num-traits",
   245  "paste",
   245  "paste",
   246  "python3-sys",
   246  "python3-sys",
   910  "unicode-ident",
   910  "unicode-ident",
   911 ]
   911 ]
   912 
   912 
   913 [[package]]
   913 [[package]]
   914 name = "python3-sys"
   914 name = "python3-sys"
   915 version = "0.7.1"
   915 version = "0.7.2"
   916 source = "registry+https://github.com/rust-lang/crates.io-index"
   916 source = "registry+https://github.com/rust-lang/crates.io-index"
   917 checksum = "49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52"
   917 checksum = "0f53ef6740367a09718d2cd21ba15b0d7972342a38e554736bcee7773e45c9f5"
   918 dependencies = [
   918 dependencies = [
   919  "libc",
   919  "libc",
   920  "regex",
   920  "regex",
   921 ]
   921 ]
   922 
   922