rustls update
This commit is contained in:
		
							
								
								
									
										20
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										20
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -459,14 +459,12 @@ checksum = "b9441c6b2fe128a7c2bf680a44c34d0df31ce09e5b7e401fcca3faa483dbc921"
 | 
				
			|||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "async-tls"
 | 
					name = "async-tls"
 | 
				
			||||||
version = "0.12.0"
 | 
					version = "0.12.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "git+https://github.com/async-rs/async-tls?rev=c58588a#c58588a276e6180f3ef99f4ec3bf9176c5f0f58c"
 | 
				
			||||||
checksum = "cfeefd0ca297cbbb3bd34fd6b228401c2a5177038257afd751bc29f0a2da4795"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "futures-core",
 | 
					 "futures-core",
 | 
				
			||||||
 "futures-io",
 | 
					 "futures-io",
 | 
				
			||||||
 "rustls",
 | 
					 "rustls",
 | 
				
			||||||
 "rustls-pemfile",
 | 
					 "rustls-pemfile",
 | 
				
			||||||
 "webpki",
 | 
					 | 
				
			||||||
 "webpki-roots 0.22.6",
 | 
					 "webpki-roots 0.22.6",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -4077,14 +4075,14 @@ dependencies = [
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "rustls"
 | 
					name = "rustls"
 | 
				
			||||||
version = "0.20.9"
 | 
					version = "0.21.7"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
 | 
					checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "log",
 | 
					 "log",
 | 
				
			||||||
 "ring 0.16.20",
 | 
					 "ring 0.16.20",
 | 
				
			||||||
 | 
					 "rustls-webpki",
 | 
				
			||||||
 "sct",
 | 
					 "sct",
 | 
				
			||||||
 "webpki",
 | 
					 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
@@ -4096,6 +4094,16 @@ dependencies = [
 | 
				
			|||||||
 "base64 0.21.4",
 | 
					 "base64 0.21.4",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "rustls-webpki"
 | 
				
			||||||
 | 
					version = "0.101.6"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "3c7d5dece342910d9ba34d259310cae3e0154b873b35408b787b59bce53d34fe"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "ring 0.16.20",
 | 
				
			||||||
 | 
					 "untrusted 0.7.1",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "rustversion"
 | 
					name = "rustversion"
 | 
				
			||||||
version = "1.0.14"
 | 
					version = "1.0.14"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,6 +12,7 @@ resolver = "2"
 | 
				
			|||||||
[patch.crates-io]
 | 
					[patch.crates-io]
 | 
				
			||||||
cursive = { git = "https://gitlab.com/veilid/cursive.git" }
 | 
					cursive = { git = "https://gitlab.com/veilid/cursive.git" }
 | 
				
			||||||
cursive_core = { git = "https://gitlab.com/veilid/cursive.git" }
 | 
					cursive_core = { git = "https://gitlab.com/veilid/cursive.git" }
 | 
				
			||||||
 | 
					async-tls = { git = "https://github.com/async-rs/async-tls", rev = "c58588a" }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# For local development
 | 
					# For local development
 | 
				
			||||||
# keyvaluedb = { path = "../keyvaluedb/keyvaluedb" }
 | 
					# keyvaluedb = { path = "../keyvaluedb/keyvaluedb" }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -172,7 +172,7 @@ igd = { package = "veilid-igd", version = "0.1.1" }
 | 
				
			|||||||
async-tls = "0.12.0"
 | 
					async-tls = "0.12.0"
 | 
				
			||||||
webpki = "0.22.1"
 | 
					webpki = "0.22.1"
 | 
				
			||||||
webpki-roots = "0.25.2"
 | 
					webpki-roots = "0.25.2"
 | 
				
			||||||
rustls = "=0.20.9"
 | 
					rustls = "0.21.7"
 | 
				
			||||||
rustls-pemfile = "1.0.3"
 | 
					rustls-pemfile = "1.0.3"
 | 
				
			||||||
socket2 = { version = "0.5.4", features = ["all"] }
 | 
					socket2 = { version = "0.5.4", features = ["all"] }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user