mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 18:08:51 +08:00 
			
		
		
		
	build(deps): bump github.com/containers/storage from 1.15.0 to 1.15.2
Bumps [github.com/containers/storage](https://github.com/containers/storage) from 1.15.0 to 1.15.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.15.0...v1.15.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
		![27856297+dependabot-preview[bot]@users.noreply.github.com](/assets/img/avatar_default.png) dependabot-preview[bot]
					dependabot-preview[bot]
				
			
				
					committed by
					
						 Valentin Rothberg
						Valentin Rothberg
					
				
			
			
				
	
			
			
			 Valentin Rothberg
						Valentin Rothberg
					
				
			
						parent
						
							465e142bf2
						
					
				
				
					commit
					625a02a286
				
			
							
								
								
									
										8
									
								
								vendor/github.com/klauspost/compress/zstd/snappy.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								vendor/github.com/klauspost/compress/zstd/snappy.go
									
									
									
										generated
									
									
										vendored
									
									
								
							| @ -111,7 +111,7 @@ func (r *SnappyConverter) Convert(in io.Reader, w io.Writer) (int64, error) { | ||||
| 			// Add empty last block | ||||
| 			r.block.reset(nil) | ||||
| 			r.block.last = true | ||||
| 			err := r.block.encodeLits() | ||||
| 			err := r.block.encodeLits(false) | ||||
| 			if err != nil { | ||||
| 				return written, err | ||||
| 			} | ||||
| @ -178,7 +178,7 @@ func (r *SnappyConverter) Convert(in io.Reader, w io.Writer) (int64, error) { | ||||
| 				r.err = ErrSnappyCorrupt | ||||
| 				return written, r.err | ||||
| 			} | ||||
| 			err = r.block.encode() | ||||
| 			err = r.block.encode(false) | ||||
| 			switch err { | ||||
| 			case errIncompressible: | ||||
| 				r.block.popOffsets() | ||||
| @ -188,7 +188,7 @@ func (r *SnappyConverter) Convert(in io.Reader, w io.Writer) (int64, error) { | ||||
| 					println("snappy.Decode:", err) | ||||
| 					return written, err | ||||
| 				} | ||||
| 				err = r.block.encodeLits() | ||||
| 				err = r.block.encodeLits(false) | ||||
| 				if err != nil { | ||||
| 					return written, err | ||||
| 				} | ||||
| @ -235,7 +235,7 @@ func (r *SnappyConverter) Convert(in io.Reader, w io.Writer) (int64, error) { | ||||
| 				r.err = ErrSnappyCorrupt | ||||
| 				return written, r.err | ||||
| 			} | ||||
| 			err := r.block.encodeLits() | ||||
| 			err := r.block.encodeLits(false) | ||||
| 			if err != nil { | ||||
| 				return written, err | ||||
| 			} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user