Update deps
This commit is contained in:
		
							parent
							
								
									a2b4ad8f7c
								
							
						
					
					
						commit
						45ba2e5c26
					
				
					 2 changed files with 63 additions and 51 deletions
				
			
		
							
								
								
									
										112
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										112
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							|  | @ -43,9 +43,9 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "actix-http" | ||||
| version = "3.0.0-beta.4" | ||||
| version = "3.0.0-beta.5" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "8a01f9e0681608afa887d4269a0857ac4226f09ba5ceda25939e8391c9da610a" | ||||
| checksum = "fb9c5d7ceb490d6565156ae1d4d467db17da1759425c65a2e36ac5e182e014e2" | ||||
| dependencies = [ | ||||
|  "actix-codec", | ||||
|  "actix-rt", | ||||
|  | @ -58,7 +58,6 @@ dependencies = [ | |||
|  "brotli2", | ||||
|  "bytes", | ||||
|  "bytestring", | ||||
|  "cfg-if", | ||||
|  "cookie", | ||||
|  "derive_more", | ||||
|  "encoding_rs", | ||||
|  | @ -70,11 +69,13 @@ dependencies = [ | |||
|  "httparse", | ||||
|  "itoa", | ||||
|  "language-tags", | ||||
|  "local-channel", | ||||
|  "log", | ||||
|  "mime", | ||||
|  "once_cell", | ||||
|  "percent-encoding", | ||||
|  "pin-project", | ||||
|  "pin-project-lite", | ||||
|  "rand 0.8.3", | ||||
|  "regex", | ||||
|  "serde 1.0.125", | ||||
|  | @ -111,9 +112,9 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "actix-rt" | ||||
| version = "2.1.0" | ||||
| version = "2.2.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "0b4e57bc1a3915e71526d128baf4323700bd1580bc676239e2298a4c5b001f18" | ||||
| checksum = "bc7d7cd957c9ed92288a7c3c96af81fa5291f65247a76a34dac7b6af74e52ba0" | ||||
| dependencies = [ | ||||
|  "actix-macros", | ||||
|  "futures-core", | ||||
|  | @ -122,11 +123,10 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "actix-server" | ||||
| version = "2.0.0-beta.3" | ||||
| version = "2.0.0-beta.4" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "a99198727204a48f82559c18e4b0ba3197b97d5f4576a32bdbef371f3b4599c1" | ||||
| checksum = "0872f02a1871257ef09c5a269dce5dc5fea5ccf502adbf5d39f118913b61411c" | ||||
| dependencies = [ | ||||
|  "actix-codec", | ||||
|  "actix-rt", | ||||
|  "actix-service", | ||||
|  "actix-utils", | ||||
|  | @ -150,9 +150,9 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "actix-tls" | ||||
| version = "3.0.0-beta.4" | ||||
| version = "3.0.0-beta.5" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "d2b1455e3f7a26d40cfc1080b571f41e8165e5a88e937ed579f7a4b3d55b0370" | ||||
| checksum = "65b7bb60840962ef0332f7ea01a57d73a24d2cb663708511ff800250bbfef569" | ||||
| dependencies = [ | ||||
|  "actix-codec", | ||||
|  "actix-rt", | ||||
|  | @ -169,24 +169,19 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "actix-utils" | ||||
| version = "3.0.0-beta.2" | ||||
| version = "3.0.0-beta.4" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "458795e09a29bc5557604f9ff6f32236fd0ee457d631672e4ec8f6a0103bb292" | ||||
| checksum = "c7e96334417549752384b169ca5d52bcea9e5081dbb2d3933599ac8b770f642a" | ||||
| dependencies = [ | ||||
|  "actix-codec", | ||||
|  "actix-rt", | ||||
|  "actix-service", | ||||
|  "futures-core", | ||||
|  "futures-sink", | ||||
|  "log", | ||||
|  "local-waker", | ||||
|  "pin-project-lite", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
| name = "actix-web" | ||||
| version = "4.0.0-beta.4" | ||||
| version = "4.0.0-beta.5" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "1d95e50c9e32e8456220b5804867de76e97a86ab8c38b51c9edcccc0f0fddca7" | ||||
| checksum = "6de19cc341c2e68b1ee126de171e86b610b5bbcecc660d1250ebed73e0257bd6" | ||||
| dependencies = [ | ||||
|  "actix-codec", | ||||
|  "actix-http", | ||||
|  | @ -198,15 +193,16 @@ dependencies = [ | |||
|  "actix-utils", | ||||
|  "actix-web-codegen", | ||||
|  "ahash 0.7.2", | ||||
|  "awc", | ||||
|  "bytes", | ||||
|  "derive_more", | ||||
|  "either", | ||||
|  "encoding_rs", | ||||
|  "futures-core", | ||||
|  "futures-util", | ||||
|  "language-tags", | ||||
|  "log", | ||||
|  "mime", | ||||
|  "once_cell", | ||||
|  "pin-project", | ||||
|  "regex", | ||||
|  "serde 1.0.125", | ||||
|  | @ -366,9 +362,9 @@ checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | |||
| 
 | ||||
| [[package]] | ||||
| name = "awc" | ||||
| version = "3.0.0-beta.3" | ||||
| version = "3.0.0-beta.4" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "09aecd8728f6491a62b27454ea4b36fb7e50faf32928b0369b644e402c651f4e" | ||||
| checksum = "737c2a61028f4079f954a585b7580b52406e3c679f11f2a2aa0d7f6547d9a58a" | ||||
| dependencies = [ | ||||
|  "actix-codec", | ||||
|  "actix-http", | ||||
|  | @ -376,7 +372,6 @@ dependencies = [ | |||
|  "actix-service", | ||||
|  "base64", | ||||
|  "bytes", | ||||
|  "cfg-if", | ||||
|  "derive_more", | ||||
|  "futures-core", | ||||
|  "itoa", | ||||
|  | @ -1091,9 +1086,9 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" | |||
| 
 | ||||
| [[package]] | ||||
| name = "js-sys" | ||||
| version = "0.3.49" | ||||
| version = "0.3.50" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "dc15e39392125075f60c95ba416f5381ff6c3a948ff02ab12464715adf56c821" | ||||
| checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c" | ||||
| dependencies = [ | ||||
|  "wasm-bindgen", | ||||
| ] | ||||
|  | @ -1128,9 +1123,9 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "libc" | ||||
| version = "0.2.91" | ||||
| version = "0.2.92" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7" | ||||
| checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714" | ||||
| 
 | ||||
| [[package]] | ||||
| name = "libm" | ||||
|  | @ -1144,6 +1139,24 @@ version = "0.5.4" | |||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3" | ||||
| 
 | ||||
| [[package]] | ||||
| name = "local-channel" | ||||
| version = "0.1.2" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "6246c68cf195087205a0512559c97e15eaf95198bf0e206d662092cdcb03fe9f" | ||||
| dependencies = [ | ||||
|  "futures-core", | ||||
|  "futures-sink", | ||||
|  "futures-util", | ||||
|  "local-waker", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
| name = "local-waker" | ||||
| version = "0.1.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "84f9a2d3e27ce99ce2c3aad0b09b1a7b916293ea9b2bf624c13fe646fadd8da4" | ||||
| 
 | ||||
| [[package]] | ||||
| name = "lock_api" | ||||
| version = "0.4.2" | ||||
|  | @ -1624,9 +1637,9 @@ checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" | |||
| 
 | ||||
| [[package]] | ||||
| name = "proc-macro2" | ||||
| version = "1.0.24" | ||||
| version = "1.0.26" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" | ||||
| checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec" | ||||
| dependencies = [ | ||||
|  "unicode-xid", | ||||
| ] | ||||
|  | @ -1771,7 +1784,7 @@ checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548" | |||
| 
 | ||||
| [[package]] | ||||
| name = "relay" | ||||
| version = "0.2.12" | ||||
| version = "0.2.13" | ||||
| dependencies = [ | ||||
|  "activitystreams", | ||||
|  "activitystreams-ext", | ||||
|  | @ -2119,11 +2132,10 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" | |||
| 
 | ||||
| [[package]] | ||||
| name = "socket2" | ||||
| version = "0.3.19" | ||||
| version = "0.4.0" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e" | ||||
| checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2" | ||||
| dependencies = [ | ||||
|  "cfg-if", | ||||
|  "libc", | ||||
|  "winapi", | ||||
| ] | ||||
|  | @ -2261,9 +2273,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" | |||
| 
 | ||||
| [[package]] | ||||
| name = "syn" | ||||
| version = "1.0.65" | ||||
| version = "1.0.68" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663" | ||||
| checksum = "3ce15dd3ed8aa2f8eeac4716d6ef5ab58b6b9256db41d7e1a0224c2788e8fd87" | ||||
| dependencies = [ | ||||
|  "proc-macro2", | ||||
|  "quote", | ||||
|  | @ -2576,9 +2588,9 @@ checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | |||
| 
 | ||||
| [[package]] | ||||
| name = "wasm-bindgen" | ||||
| version = "0.2.72" | ||||
| version = "0.2.73" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "8fe8f61dba8e5d645a4d8132dc7a0a66861ed5e1045d2c0ed940fab33bac0fbe" | ||||
| checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9" | ||||
| dependencies = [ | ||||
|  "cfg-if", | ||||
|  "wasm-bindgen-macro", | ||||
|  | @ -2586,9 +2598,9 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "wasm-bindgen-backend" | ||||
| version = "0.2.72" | ||||
| version = "0.2.73" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "046ceba58ff062da072c7cb4ba5b22a37f00a302483f7e2a6cdc18fedbdc1fd3" | ||||
| checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae" | ||||
| dependencies = [ | ||||
|  "bumpalo", | ||||
|  "lazy_static", | ||||
|  | @ -2601,9 +2613,9 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "wasm-bindgen-macro" | ||||
| version = "0.2.72" | ||||
| version = "0.2.73" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "0ef9aa01d36cda046f797c57959ff5f3c615c9cc63997a8d545831ec7976819b" | ||||
| checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f" | ||||
| dependencies = [ | ||||
|  "quote", | ||||
|  "wasm-bindgen-macro-support", | ||||
|  | @ -2611,9 +2623,9 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "wasm-bindgen-macro-support" | ||||
| version = "0.2.72" | ||||
| version = "0.2.73" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "96eb45c1b2ee33545a813a92dbb53856418bf7eb54ab34f7f7ff1448a5b3735d" | ||||
| checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c" | ||||
| dependencies = [ | ||||
|  "proc-macro2", | ||||
|  "quote", | ||||
|  | @ -2624,15 +2636,15 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "wasm-bindgen-shared" | ||||
| version = "0.2.72" | ||||
| version = "0.2.73" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "b7148f4696fb4960a346eaa60bbfb42a1ac4ebba21f750f75fc1375b098d5ffa" | ||||
| checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489" | ||||
| 
 | ||||
| [[package]] | ||||
| name = "web-sys" | ||||
| version = "0.3.49" | ||||
| version = "0.3.50" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "59fe19d70f5dacc03f6e46777213facae5ac3801575d56ca6cbd4c93dcd12310" | ||||
| checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be" | ||||
| dependencies = [ | ||||
|  "js-sys", | ||||
|  "wasm-bindgen", | ||||
|  | @ -2650,9 +2662,9 @@ dependencies = [ | |||
| 
 | ||||
| [[package]] | ||||
| name = "webpki-roots" | ||||
| version = "0.21.0" | ||||
| version = "0.21.1" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376" | ||||
| checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" | ||||
| dependencies = [ | ||||
|  "webpki", | ||||
| ] | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| [package] | ||||
| name = "relay" | ||||
| description = "A simple activitypub relay" | ||||
| version = "0.2.12" | ||||
| version = "0.2.13" | ||||
| authors = ["asonix <asonix@asonix.dog>"] | ||||
| license-file = "LICENSE" | ||||
| readme = "README.md" | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue