Skip to content

Commit

Permalink
fix: RUSTSEC-2020-0041
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape committed Sep 8, 2020
1 parent 9cab9f1 commit 4fd13f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion metrics-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ harness = false
metrics-core = { path = "../metrics-core", version = "^0.5" }
metrics-util = { path = "../metrics-util", version = "^0.3" }
metrics = { path = "../metrics", version = "^0.12", features = ["std"] }
im = "^15"
arc-swap = "^0.4"
parking_lot = "^0.10"
quanta = "^0.3"
Expand Down
2 changes: 1 addition & 1 deletion metrics-runtime/src/registry/metric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ use crate::config::Configuration;
use crate::data::Snapshot;
use crate::registry::ScopeRegistry;
use arc_swap::ArcSwap;
use im::hashmap::HashMap;
use metrics_core::Observer;
use quanta::Clock;
use std::collections::HashMap;
use std::sync::Arc;

#[derive(Debug)]
Expand Down

0 comments on commit 4fd13f6

Please sign in to comment.