]> Untitled Git - lemmy.git/commitdiff
Merge pull request 'Set valid context for our extra fields (ref #1220)' (#142) from...
authordessalines <dessalines@noreply.yerbamate.ml>
Fri, 27 Nov 2020 20:28:52 +0000 (20:28 +0000)
committerdessalines <dessalines@noreply.yerbamate.ml>
Fri, 27 Nov 2020 20:28:52 +0000 (20:28 +0000)
Reviewed-on: https://yerbamate.ml/LemmyNet/lemmy/pulls/142

1  2 
Cargo.lock

diff --combined Cargo.lock
index 9becd72bf6cb6b7c3836bcf0fa631fd5b7e8b8fe,6b7469287b787b48be210a2b3442873fc9280e7a..7823e9fc21a3f057d155549df6a229ff7ec61e3a
@@@ -2,9 -2,9 +2,9 @@@
  # It is not intended for manual editing.
  [[package]]
  name = "activitystreams"
- version = "0.7.0-alpha.6"
+ version = "0.7.0-alpha.8"
  source = "registry+https://github.com/rust-lang/crates.io-index"
- checksum = "0b1afe32371e466a791ced0d6ef6e6b97822bb1a279ee4cc41c4324e61cd0b2b"
+ checksum = "5e9fedbe571e267d9b93d071bdc4493f944022c6cce717ebb27d352026fc81c4"
  dependencies = [
   "chrono",
   "mime",
@@@ -397,6 -397,15 +397,6 @@@ dependencies = 
   "memchr",
  ]
  
 -[[package]]
 -name = "ansi_term"
 -version = "0.11.0"
 -source = "registry+https://github.com/rust-lang/crates.io-index"
 -checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
 -dependencies = [
 - "winapi 0.3.9",
 -]
 -
  [[package]]
  name = "anyhow"
  version = "1.0.33"
@@@ -768,6 -777,21 +768,6 @@@ dependencies = 
   "winapi 0.3.9",
  ]
  
 -[[package]]
 -name = "clap"
 -version = "2.33.3"
 -source = "registry+https://github.com/rust-lang/crates.io-index"
 -checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
 -dependencies = [
 - "ansi_term",
 - "atty",
 - "bitflags 1.2.1",
 - "strsim 0.8.0",
 - "textwrap",
 - "unicode-width",
 - "vec_map",
 -]
 -
  [[package]]
  name = "cloudabi"
  version = "0.1.0"
@@@ -789,6 -813,7 +789,6 @@@ version = "0.8.2
  source = "registry+https://github.com/rust-lang/crates.io-index"
  checksum = "0d325e4f2ffff52ca77d995bb675494d5364aa332499d5f7c7fbb28c25e671f6"
  dependencies = [
 - "clap",
   "entities",
   "lazy_static",
   "pest",
@@@ -955,7 -980,7 +955,7 @@@ dependencies = 
   "ident_case",
   "proc-macro2",
   "quote",
 - "strsim 0.9.3",
 + "strsim",
   "syn",
  ]
  
@@@ -3141,6 -3166,12 +3141,6 @@@ version = "0.1.5
  source = "registry+https://github.com/rust-lang/crates.io-index"
  checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
  
 -[[package]]
 -name = "strsim"
 -version = "0.8.0"
 -source = "registry+https://github.com/rust-lang/crates.io-index"
 -checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
 -
  [[package]]
  name = "strsim"
  version = "0.9.3"
@@@ -3199,6 -3230,15 +3199,6 @@@ dependencies = 
   "winapi-util",
  ]
  
 -[[package]]
 -name = "textwrap"
 -version = "0.11.0"
 -source = "registry+https://github.com/rust-lang/crates.io-index"
 -checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
 -dependencies = [
 - "unicode-width",
 -]
 -
  [[package]]
  name = "thiserror"
  version = "1.0.21"
@@@ -3525,6 -3565,12 +3525,6 @@@ version = "1.6.0
  source = "registry+https://github.com/rust-lang/crates.io-index"
  checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
  
 -[[package]]
 -name = "unicode-width"
 -version = "0.1.8"
 -source = "registry+https://github.com/rust-lang/crates.io-index"
 -checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
 -
  [[package]]
  name = "unicode-xid"
  version = "0.2.1"
@@@ -3603,6 -3649,12 +3603,6 @@@ version = "0.2.10
  source = "registry+https://github.com/rust-lang/crates.io-index"
  checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
  
 -[[package]]
 -name = "vec_map"
 -version = "0.8.2"
 -source = "registry+https://github.com/rust-lang/crates.io-index"
 -checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
 -
  [[package]]
  name = "version_check"
  version = "0.1.5"