aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorkjeremy <[email protected]>2021-04-07 16:39:33 +0100
committerkjeremy <[email protected]>2021-04-07 16:39:33 +0100
commit761a81822afcc4eb916f6155e5a1dac2175f5df7 (patch)
tree2b51190bab80976f6a8bf2aa0836882a9483e6f7 /Cargo.lock
parent8e900cb4a1c5a4faef801518272d56a5683dd488 (diff)
Update crates
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ca0311595..bcb1cbd9f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -797,9 +797,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
797 797
798[[package]] 798[[package]]
799name = "libc" 799name = "libc"
800version = "0.2.92" 800version = "0.2.93"
801source = "registry+https://github.com/rust-lang/crates.io-index" 801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714" 802checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41"
803 803
804[[package]] 804[[package]]
805name = "libloading" 805name = "libloading"
@@ -912,9 +912,9 @@ dependencies = [
912 912
913[[package]] 913[[package]]
914name = "memmap2" 914name = "memmap2"
915version = "0.2.1" 915version = "0.2.2"
916source = "registry+https://github.com/rust-lang/crates.io-index" 916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6" 917checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd"
918dependencies = [ 918dependencies = [
919 "libc", 919 "libc",
920] 920]
@@ -1391,9 +1391,9 @@ dependencies = [
1391 1391
1392[[package]] 1392[[package]]
1393name = "rustc-ap-rustc_lexer" 1393name = "rustc-ap-rustc_lexer"
1394version = "710.0.0" 1394version = "714.0.0"
1395source = "registry+https://github.com/rust-lang/crates.io-index" 1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "b0bba1ca6787b6d4af505b7a940eae9ecb084dd03e07f03bf3ddbf78e738b617" 1396checksum = "a35856f140bed0dc7c7d6ba2134099d337377a3a4e11bfc79bccabf1fd4c9d42"
1397dependencies = [ 1397dependencies = [
1398 "unicode-xid", 1398 "unicode-xid",
1399] 1399]
@@ -1675,9 +1675,9 @@ dependencies = [
1675 1675
1676[[package]] 1676[[package]]
1677name = "tinyvec" 1677name = "tinyvec"
1678version = "1.1.1" 1678version = "1.2.0"
1679source = "registry+https://github.com/rust-lang/crates.io-index" 1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023" 1680checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
1681dependencies = [ 1681dependencies = [
1682 "tinyvec_macros", 1682 "tinyvec_macros",
1683] 1683]
@@ -1815,9 +1815,9 @@ dependencies = [
1815 1815
1816[[package]] 1816[[package]]
1817name = "unicode-bidi" 1817name = "unicode-bidi"
1818version = "0.3.4" 1818version = "0.3.5"
1819source = "registry+https://github.com/rust-lang/crates.io-index" 1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5" 1820checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
1821dependencies = [ 1821dependencies = [
1822 "matches", 1822 "matches",
1823] 1823]