mirror of
				https://github.com/astral-sh/uv.git
				synced 2025-10-31 12:06:13 +00:00 
			
		
		
		
	![renovate[bot]](/assets/img/avatar_default.png) 25ca424551
			
		
	
	
		25ca424551
		
			
		
	
	
	
	
		
			
			This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mimalloc](https://redirect.github.com/purpleprotocol/mimalloc_rust) | dependencies | patch | `0.1.47` -> `0.1.48` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>purpleprotocol/mimalloc_rust (mimalloc)</summary> ### [`v0.1.48`](https://redirect.github.com/purpleprotocol/mimalloc_rust/releases/tag/v0.1.48): Version 0.1.48 [Compare Source](https://redirect.github.com/purpleprotocol/mimalloc_rust/compare/v0.1.47...v0.1.48) ##### Changes - Mimalloc `v3` feature flag. (credits [@​gschulze](https://redirect.github.com/gschulze)). </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/astral-sh/uv). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4xIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW50ZXJuYWwiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
		
			
				
	
	
		
			71 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
	
		
			1.8 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # This file is automatically @generated by Cargo.
 | |
| # It is not intended for manual editing.
 | |
| version = 4
 | |
| 
 | |
| [[package]]
 | |
| name = "cc"
 | |
| version = "1.2.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c31a0499c1dc64f458ad13872de75c0eb7e3fdb0e67964610c914b034fc5956e"
 | |
| dependencies = [
 | |
|  "shlex",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "libc"
 | |
| version = "0.2.169"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
 | |
| 
 | |
| [[package]]
 | |
| name = "libmimalloc-sys"
 | |
| version = "0.1.44"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 | |
| dependencies = [
 | |
|  "cc",
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "mimalloc"
 | |
| version = "0.1.48"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
 | |
| dependencies = [
 | |
|  "libmimalloc-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "shlex"
 | |
| version = "1.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 | |
| 
 | |
| [[package]]
 | |
| name = "tikv-jemalloc-sys"
 | |
| version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d"
 | |
| dependencies = [
 | |
|  "cc",
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tikv-jemallocator"
 | |
| version = "0.6.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865"
 | |
| dependencies = [
 | |
|  "libc",
 | |
|  "tikv-jemalloc-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "uv-performance-memory-allocator"
 | |
| version = "0.1.0"
 | |
| dependencies = [
 | |
|  "mimalloc",
 | |
|  "tikv-jemallocator",
 | |
| ]
 |