Skip to content

Commit

Permalink
chore(deps): update rust crate parse-display to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Oct 28, 2023
1 parent 4164ab3 commit 5f4aaa8
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 13 deletions.
70 changes: 60 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ oximeter-instruments = { path = "oximeter/instruments" }
oximeter-macro-impl = { path = "oximeter/oximeter-macro-impl" }
oximeter-producer = { path = "oximeter/producer" }
p256 = "0.11"
parse-display = "0.7.0"
parse-display = "0.8.2"
partial-io = { version = "0.5.4", features = ["proptest1", "tokio1"] }
paste = "1.0.14"
percent-encoding = "2.2.0"
Expand Down
5 changes: 3 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
rand_chacha = { version = "0.3.1" }
regex = { version = "1.9.5" }
regex-automata = { version = "0.3.8", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.7.5" }
regex-syntax-ca01ad9e24f5d932 = { package = "regex-syntax", version = "0.7.5" }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
Expand Down Expand Up @@ -165,7 +165,8 @@ rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
rand_chacha = { version = "0.3.1" }
regex = { version = "1.9.5" }
regex-automata = { version = "0.3.8", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.7.5" }
regex-syntax-3b31131e45eafb45 = { package = "regex-syntax", version = "0.6.29" }
regex-syntax-ca01ad9e24f5d932 = { package = "regex-syntax", version = "0.7.5" }
reqwest = { version = "0.11.20", features = ["blocking", "json", "rustls-tls", "stream"] }
ring = { version = "0.16.20", features = ["std"] }
schemars = { version = "0.8.13", features = ["bytes", "chrono", "uuid1"] }
Expand Down

0 comments on commit 5f4aaa8

Please sign in to comment.