Update Rust crate basic-jwt to 0.3.0
This commit is contained in:
		
							
								
								
									
										6
									
								
								remote_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										6
									
								
								remote_backend/Cargo.lock
									
									
									
										generated
									
									
									
								
							@@ -427,15 +427,15 @@ checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "basic-jwt"
 | 
					name = "basic-jwt"
 | 
				
			||||||
version = "0.2.0"
 | 
					version = "0.3.0"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "741afb780192f091b1ceebdc794540a956f3eb96628939f83c5d15e0cb98fa71"
 | 
					checksum = "1b87da415ea2a5c22d90143d39a2db6c0c910d3d01bfd19d0f50369de91215f0"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "anyhow",
 | 
					 "anyhow",
 | 
				
			||||||
 "elliptic-curve",
 | 
					 "elliptic-curve",
 | 
				
			||||||
 "jsonwebtoken",
 | 
					 "jsonwebtoken",
 | 
				
			||||||
 "p384",
 | 
					 "p384",
 | 
				
			||||||
 "rand 0.8.5",
 | 
					 "rand 0.9.0",
 | 
				
			||||||
 "serde",
 | 
					 "serde",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@ env_logger = "0.11.7"
 | 
				
			|||||||
clap = { version = "4.5.34", features = ["derive", "env"] }
 | 
					clap = { version = "4.5.34", features = ["derive", "env"] }
 | 
				
			||||||
serde = { version = "1.0.215", features = ["derive"] }
 | 
					serde = { version = "1.0.215", features = ["derive"] }
 | 
				
			||||||
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
 | 
					light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
 | 
				
			||||||
basic-jwt = "0.2.0"
 | 
					basic-jwt = "0.3.0"
 | 
				
			||||||
actix-web = "4.10.2"
 | 
					actix-web = "4.10.2"
 | 
				
			||||||
actix-remote-ip = "0.1.0"
 | 
					actix-remote-ip = "0.1.0"
 | 
				
			||||||
actix-session = { version = "0.10.1", features = ["cookie-session"] }
 | 
					actix-session = { version = "0.10.1", features = ["cookie-session"] }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user