move metrics dependency to workspace Cargo.toml
This commit is contained in:
		@@ -8,7 +8,7 @@ anyhow = { workspace = true }
 | 
			
		||||
config = "0.13.3"
 | 
			
		||||
gethostname = "0.4.1"
 | 
			
		||||
lazy_static = { workspace = true }
 | 
			
		||||
metrics = "0.20.1"
 | 
			
		||||
metrics = { workspace = true }
 | 
			
		||||
metrics-exporter-prometheus = { version = "0.11.0", default-features = false, features = ["tokio", "http-listener", "tracing"] }
 | 
			
		||||
serde = { workspace = true }
 | 
			
		||||
tokio = { workspace = true }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user