aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2020-11-17 14:39:25 +0000
committerkjeremy <[email protected]>2020-11-17 14:39:25 +0000
commit4e73c8f6086f32db50699660619bd2bcf1bf47e3 (patch)
tree9ed0aa4d20bc147d6e6f24df8f334b94ff2b996e /Cargo.lock
parent66bcdcbb3615b0d1d47ca7c4abf2c3dd5ab0b73d (diff)
cargo update and add new license
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock29
1 files changed, 19 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 09215a37a..53f1a1c1e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -242,9 +242,9 @@ dependencies = [
242 242
243[[package]] 243[[package]]
244name = "cmake" 244name = "cmake"
245version = "0.1.44" 245version = "0.1.45"
246source = "registry+https://github.com/rust-lang/crates.io-index" 246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb" 247checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
248dependencies = [ 248dependencies = [
249 "cc", 249 "cc",
250] 250]
@@ -1065,9 +1065,9 @@ checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
1065 1065
1066[[package]] 1066[[package]]
1067name = "once_cell" 1067name = "once_cell"
1068version = "1.5.1" 1068version = "1.5.2"
1069source = "registry+https://github.com/rust-lang/crates.io-index" 1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "f53cef67919d7d247eb9a2f128ca9e522789967ef1eb4ccd8c71a95a8aedf596" 1070checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
1071 1071
1072[[package]] 1072[[package]]
1073name = "oorandom" 1073name = "oorandom"
@@ -1739,9 +1739,18 @@ dependencies = [
1739 1739
1740[[package]] 1740[[package]]
1741name = "tinyvec" 1741name = "tinyvec"
1742version = "0.3.4" 1742version = "1.0.1"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "b78a366903f506d2ad52ca8dc552102ffdd3e937ba8a227f024dc1d1eae28575"
1745dependencies = [
1746 "tinyvec_macros",
1747]
1748
1749[[package]]
1750name = "tinyvec_macros"
1751version = "0.1.0"
1743source = "registry+https://github.com/rust-lang/crates.io-index" 1752source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117" 1753checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
1745 1754
1746[[package]] 1755[[package]]
1747name = "toolchain" 1756name = "toolchain"
@@ -1879,18 +1888,18 @@ dependencies = [
1879 1888
1880[[package]] 1889[[package]]
1881name = "unicode-normalization" 1890name = "unicode-normalization"
1882version = "0.1.13" 1891version = "0.1.14"
1883source = "registry+https://github.com/rust-lang/crates.io-index" 1892source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977" 1893checksum = "b7f98e67a4d84f730d343392f9bfff7d21e3fca562b9cb7a43b768350beeddc6"
1885dependencies = [ 1894dependencies = [
1886 "tinyvec", 1895 "tinyvec",
1887] 1896]
1888 1897
1889[[package]] 1898[[package]]
1890name = "unicode-segmentation" 1899name = "unicode-segmentation"
1891version = "1.6.0" 1900version = "1.7.0"
1892source = "registry+https://github.com/rust-lang/crates.io-index" 1901source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0" 1902checksum = "db8716a166f290ff49dabc18b44aa407cb7c6dbe1aa0971b44b8a24b0ca35aae"
1894 1903
1895[[package]] 1904[[package]]
1896name = "unicode-xid" 1905name = "unicode-xid"