Bump reqwest from 0.11.10 to 0.11.11
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.10 to 0.11.11. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.10...v0.11.11) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									9613ccd0c3
								
							
						
					
					
						commit
						a218b4ea4f
					
				
							
								
								
									
										9
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										9
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @ -3264,7 +3264,7 @@ dependencies = [ | ||||
|  "openssl", | ||||
|  "pulldown-cmark", | ||||
|  "regex-syntax 0.6.26", | ||||
|  "reqwest 0.11.10", | ||||
|  "reqwest 0.11.11", | ||||
|  "rocket", | ||||
|  "serde 1.0.137", | ||||
|  "serde_derive", | ||||
| @ -3328,7 +3328,7 @@ dependencies = [ | ||||
|  "plume-api", | ||||
|  "plume-common", | ||||
|  "plume-macro", | ||||
|  "reqwest 0.11.10", | ||||
|  "reqwest 0.11.11", | ||||
|  "riker", | ||||
|  "rocket", | ||||
|  "rocket_i18n", | ||||
| @ -3864,9 +3864,9 @@ dependencies = [ | ||||
| 
 | ||||
| [[package]] | ||||
| name = "reqwest" | ||||
| version = "0.11.10" | ||||
| version = "0.11.11" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb" | ||||
| checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92" | ||||
| dependencies = [ | ||||
|  "base64 0.13.0", | ||||
|  "bytes 1.1.0", | ||||
| @ -3892,6 +3892,7 @@ dependencies = [ | ||||
|  "tokio 1.19.2", | ||||
|  "tokio-native-tls", | ||||
|  "tokio-socks", | ||||
|  "tower-service", | ||||
|  "url 2.2.2", | ||||
|  "wasm-bindgen", | ||||
|  "wasm-bindgen-futures", | ||||
|  | ||||
| @ -10,7 +10,7 @@ base64 = "0.13" | ||||
| hex = "0.4" | ||||
| openssl = "0.10.40" | ||||
| rocket = "0.4.11" | ||||
| reqwest = { version = "0.11.10", features = ["blocking", "json", "socks"] } | ||||
| reqwest = { version = "0.11.11", features = ["blocking", "json", "socks"] } | ||||
| serde = "1.0" | ||||
| serde_derive = "1.0" | ||||
| serde_json = "1.0.81" | ||||
|  | ||||
| @ -15,7 +15,7 @@ migrations_internals= "1.4.0" | ||||
| openssl = "0.10.40" | ||||
| rocket = "0.4.11" | ||||
| rocket_i18n = "0.4.1" | ||||
| reqwest = "0.11.10" | ||||
| reqwest = "0.11.11" | ||||
| scheduled-thread-pool = "0.2.6" | ||||
| serde = "1.0" | ||||
| serde_derive = "1.0" | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user