fix(deps): update rust crate vcard4 to 0.7.0
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Checking Renovate configuration / validate (pull_request) Successful in 2m39s
				
			
		
			
				
	
				Build and test / Clippy (pull_request) Failing after 3m40s
				
			
		
			
				
	
				Build and test / Build AMD64 (pull_request) Failing after 3m44s
				
			
		
			
				
	
				Checking yaml / Run yamllint (pull_request) Successful in 8s
				
			
		
			
				
	
				Build and test / Tests (pull_request) Failing after 3m59s
				
			
		
			
				
	
				Build and test / Generate Documentation (pull_request) Successful in 1m41s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Checking Renovate configuration / validate (pull_request) Successful in 2m39s
				
			Build and test / Clippy (pull_request) Failing after 3m40s
				
			Build and test / Build AMD64 (pull_request) Failing after 3m44s
				
			Checking yaml / Run yamllint (pull_request) Successful in 8s
				
			Build and test / Tests (pull_request) Failing after 3m59s
				
			Build and test / Generate Documentation (pull_request) Successful in 1m41s
				
			This commit is contained in:
		
							parent
							
								
									f205d39154
								
							
						
					
					
						commit
						86cac5f2f2
					
				
					 2 changed files with 24 additions and 23 deletions
				
			
		
							
								
								
									
										45
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										45
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							| 
						 | 
					@ -17,15 +17,6 @@ version = "2.0.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
 | 
					checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					 | 
				
			||||||
name = "aho-corasick"
 | 
					 | 
				
			||||||
version = "0.7.20"
 | 
					 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					 | 
				
			||||||
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
 | 
					 | 
				
			||||||
dependencies = [
 | 
					 | 
				
			||||||
 "memchr",
 | 
					 | 
				
			||||||
]
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "aho-corasick"
 | 
					name = "aho-corasick"
 | 
				
			||||||
version = "1.1.3"
 | 
					version = "1.1.3"
 | 
				
			||||||
| 
						 | 
					@ -1628,18 +1619,18 @@ dependencies = [
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "logos"
 | 
					name = "logos"
 | 
				
			||||||
version = "0.14.4"
 | 
					version = "0.15.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "7251356ef8cb7aec833ddf598c6cb24d17b689d20b993f9d11a3d764e34e6458"
 | 
					checksum = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "logos-derive",
 | 
					 "logos-derive",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "logos-codegen"
 | 
					name = "logos-codegen"
 | 
				
			||||||
version = "0.14.4"
 | 
					version = "0.15.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "59f80069600c0d66734f5ff52cc42f2dabd6b29d205f333d61fd7832e9e9963f"
 | 
					checksum = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "beef",
 | 
					 "beef",
 | 
				
			||||||
 "fnv",
 | 
					 "fnv",
 | 
				
			||||||
| 
						 | 
					@ -1647,14 +1638,15 @@ dependencies = [
 | 
				
			||||||
 "proc-macro2",
 | 
					 "proc-macro2",
 | 
				
			||||||
 "quote",
 | 
					 "quote",
 | 
				
			||||||
 "regex-syntax",
 | 
					 "regex-syntax",
 | 
				
			||||||
 | 
					 "rustc_version",
 | 
				
			||||||
 "syn 2.0.105",
 | 
					 "syn 2.0.105",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "logos-derive"
 | 
					name = "logos-derive"
 | 
				
			||||||
version = "0.14.4"
 | 
					version = "0.15.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "24fb722b06a9dc12adb0963ed585f19fc61dc5413e6a9be9422ef92c091e731d"
 | 
					checksum = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "logos-codegen",
 | 
					 "logos-codegen",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
| 
						 | 
					@ -2179,7 +2171,7 @@ version = "1.11.1"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
 | 
					checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "aho-corasick 1.1.3",
 | 
					 "aho-corasick",
 | 
				
			||||||
 "memchr",
 | 
					 "memchr",
 | 
				
			||||||
 "regex-automata",
 | 
					 "regex-automata",
 | 
				
			||||||
 "regex-syntax",
 | 
					 "regex-syntax",
 | 
				
			||||||
| 
						 | 
					@ -2191,7 +2183,7 @@ version = "0.4.9"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
 | 
					checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "aho-corasick 1.1.3",
 | 
					 "aho-corasick",
 | 
				
			||||||
 "memchr",
 | 
					 "memchr",
 | 
				
			||||||
 "regex-syntax",
 | 
					 "regex-syntax",
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
| 
						 | 
					@ -2275,6 +2267,15 @@ version = "0.1.26"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
 | 
					checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[[package]]
 | 
				
			||||||
 | 
					name = "rustc_version"
 | 
				
			||||||
 | 
					version = "0.4.1"
 | 
				
			||||||
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
 | 
					checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
 | 
				
			||||||
 | 
					dependencies = [
 | 
				
			||||||
 | 
					 "semver",
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "rustix"
 | 
					name = "rustix"
 | 
				
			||||||
version = "1.0.8"
 | 
					version = "1.0.8"
 | 
				
			||||||
| 
						 | 
					@ -3190,14 +3191,14 @@ checksum = "943ce29a8a743eb10d6082545d861b24f9d1b160b7d741e0f2cdf726bec909c5"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "vcard4"
 | 
					name = "vcard4"
 | 
				
			||||||
version = "0.5.2"
 | 
					version = "0.7.2"
 | 
				
			||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
					source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
				
			||||||
checksum = "92713aa20d2ffffdbc8e62cd3ebc14b448fc7d58b00f6976da8cef5419297101"
 | 
					checksum = "a7529ce5655c3d5da5e738bb887ae158ed70009baa3591fc58b12358d0adb0bd"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "aho-corasick 0.7.20",
 | 
					 "aho-corasick",
 | 
				
			||||||
 "base64 0.21.7",
 | 
					 "base64 0.22.1",
 | 
				
			||||||
 "logos",
 | 
					 "logos",
 | 
				
			||||||
 "thiserror 1.0.69",
 | 
					 "thiserror 2.0.14",
 | 
				
			||||||
 "time",
 | 
					 "time",
 | 
				
			||||||
 "unicode-segmentation",
 | 
					 "unicode-segmentation",
 | 
				
			||||||
 "uriparse",
 | 
					 "uriparse",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -32,7 +32,7 @@ serde = { version = "1.0.213", features = ["derive"] }
 | 
				
			||||||
tabled = "0.16.0"
 | 
					tabled = "0.16.0"
 | 
				
			||||||
tokio = { version = "1.41.0", features = ["full"] }
 | 
					tokio = { version = "1.41.0", features = ["full"] }
 | 
				
			||||||
uuid = { version = "1.11.0", features = ["serde", "v4"] }
 | 
					uuid = { version = "1.11.0", features = ["serde", "v4"] }
 | 
				
			||||||
vcard4 = "0.5.2"
 | 
					vcard4 = "0.7.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[build-dependencies]
 | 
					[build-dependencies]
 | 
				
			||||||
openapiv3 = "2.0.0"
 | 
					openapiv3 = "2.0.0"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue