mirror of
				https://github.com/warp-tech/warpgate.git
				synced 2025-10-31 02:26:38 +08:00 
			
		
		
		
	Bump sea-orm-migration from 0.10.5 to 0.10.6
Bumps [sea-orm-migration](https://github.com/SeaQL/sea-orm) from 0.10.5 to 0.10.6. - [Release notes](https://github.com/SeaQL/sea-orm/releases) - [Changelog](https://github.com/SeaQL/sea-orm/blob/master/CHANGELOG.md) - [Commits](https://github.com/SeaQL/sea-orm/compare/0.10.5...0.10.6) --- updated-dependencies: - dependency-name: sea-orm-migration dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
		
							parent
							
								
									eb13e71fb3
								
							
						
					
					
						commit
						01e69d5234
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		
							
								
								
									
										4
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								Cargo.lock
									
										
									
										generated
									
									
									
								
							|  | @ -3490,9 +3490,9 @@ dependencies = [ | ||||||
| 
 | 
 | ||||||
| [[package]] | [[package]] | ||||||
| name = "sea-orm-migration" | name = "sea-orm-migration" | ||||||
| version = "0.10.5" | version = "0.10.6" | ||||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | source = "registry+https://github.com/rust-lang/crates.io-index" | ||||||
| checksum = "d5260d4956cb6ccf49654e6b94ff8030cd8778240627e971cb5a569347b61606" | checksum = "ada716f9825e4190a0a8ebaecbf7171ce0ed6f218ea2e70086bdc72ccfc1d03c" | ||||||
| dependencies = [ | dependencies = [ | ||||||
|  "async-trait", |  "async-trait", | ||||||
|  "clap", |  "clap", | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ sea-orm = { version = "0.10.6", features = [ | ||||||
|     "with-uuid", |     "with-uuid", | ||||||
|     "with-json", |     "with-json", | ||||||
| ], default-features = false } | ], default-features = false } | ||||||
| sea-orm-migration = { version = "0.10.5", default-features = false, features = [ | sea-orm-migration = { version = "0.10.6", default-features = false, features = [ | ||||||
|     "cli", |     "cli", | ||||||
| ] } | ] } | ||||||
| uuid = { version = "1.2", features = ["v4", "serde"] } | uuid = { version = "1.2", features = ["v4", "serde"] } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue