mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 10:00:01 +08:00 
			
		
		
		
	Bump github.com/containers/storage from 1.32.1 to 1.32.2
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.32.1 to 1.32.2. - [Release notes](https://github.com/containers/storage/releases) - [Changelog](https://github.com/containers/storage/blob/master/docs/containers-storage-changes.md) - [Commits](https://github.com/containers/storage/compare/v1.32.1...v1.32.2) --- updated-dependencies: - dependency-name: github.com/containers/storage dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							
								
								
									
										4
									
								
								vendor/github.com/klauspost/compress/zstd/snappy.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								vendor/github.com/klauspost/compress/zstd/snappy.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @ -203,7 +203,7 @@ func (r *SnappyConverter) Convert(in io.Reader, w io.Writer) (int64, error) { | ||||
| 			written += int64(n) | ||||
| 			continue | ||||
| 		case chunkTypeUncompressedData: | ||||
| 			if debug { | ||||
| 			if debugEncoder { | ||||
| 				println("Uncompressed, chunklen", chunkLen) | ||||
| 			} | ||||
| 			// Section 4.3. Uncompressed data (chunk type 0x01). | ||||
| @ -246,7 +246,7 @@ func (r *SnappyConverter) Convert(in io.Reader, w io.Writer) (int64, error) { | ||||
| 			continue | ||||
|  | ||||
| 		case chunkTypeStreamIdentifier: | ||||
| 			if debug { | ||||
| 			if debugEncoder { | ||||
| 				println("stream id", chunkLen, len(snappyMagicBody)) | ||||
| 			} | ||||
| 			// Section 4.1. Stream identifier (chunk type 0xff). | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot[bot]
					dependabot[bot]