scan_fmt -> 0.2.6

This commit is contained in:
Bryant Deters 2021-03-15 17:48:21 -05:00
parent ad49318a63
commit ff5b8e440d
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@ -4408,8 +4408,9 @@ dependencies = [
[[package]]
name = "scan_fmt"
version = "0.2.5"
source = "git+https://github.com/Imberflur/scan_fmt#5f9e8eed73e93e8d19fa864d76e75bb4984cffe7"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248"
dependencies = [
"regex",
]

View File

@ -32,7 +32,7 @@ tokio = { version = "1", default-features = false, features = ["rt"] }
prometheus-hyper = "0.1.2"
itertools = "0.10"
lazy_static = "1.4.0"
scan_fmt = { git = "https://github.com/Imberflur/scan_fmt" }
scan_fmt = "0.2.6"
ron = { version = "0.6", default-features = false }
serde = { version = "1.0.110", features = ["derive"] }
serde_json = "1.0.50"