Bump once_cell from 1.20.1 to 1.20.2 in /src/wasm-lib (#4106)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.20.1 to 1.20.2. - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](https://github.com/matklad/once_cell/compare/v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										7
									
								
								src/wasm-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										7
									
								
								src/wasm-lib/Cargo.lock
									
									
									
										generated
									
									
									
								
							| @ -1966,12 +1966,9 @@ dependencies = [ | |||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "once_cell" | name = "once_cell" | ||||||
| version = "1.20.1" | version = "1.20.2" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1" | checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" | ||||||
| dependencies = [ |  | ||||||
|  "portable-atomic", |  | ||||||
| ] |  | ||||||
|  |  | ||||||
| [[package]] | [[package]] | ||||||
| name = "oncemutex" | name = "oncemutex" | ||||||
|  | |||||||
| @ -14,7 +14,7 @@ proc-macro = true | |||||||
| [dependencies] | [dependencies] | ||||||
| Inflector = "0.11.4" | Inflector = "0.11.4" | ||||||
| convert_case = "0.6.0" | convert_case = "0.6.0" | ||||||
| once_cell = "1.19.0" | once_cell = "1.20.2" | ||||||
| proc-macro2 = "1" | proc-macro2 = "1" | ||||||
| quote = "1" | quote = "1" | ||||||
| regex = "1.10" | regex = "1.10" | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user