mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.43.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			654 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			654 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "tracing-trace"
 | |
| version = "0.1.0"
 | |
| edition = "2021"
 | |
| 
 | |
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 | |
| 
 | |
| [dependencies]
 | |
| color-spantrace = "0.2.1"
 | |
| fxprof-processed-profile = "0.7.0"
 | |
| serde = { version = "1.0.217", features = ["derive"] }
 | |
| serde_json = "1.0.135"
 | |
| tracing = "0.1.41"
 | |
| tracing-error = "0.2.1"
 | |
| tracing-subscriber = "0.3.19"
 | |
| byte-unit = { version = "5.1.6", default-features = false, features = [
 | |
|     "std",
 | |
|     "byte",
 | |
|     "serde",
 | |
| ] }
 | |
| tokio = { version = "1.43.1", features = ["sync"] }
 | |
| 
 | |
| [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies]
 | |
| libproc = "0.14.10"
 |