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 Nov 3, 2023
1 parent dbf01fd commit 6f54d42
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 10 deletions.
41 changes: 34 additions & 7 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 @@ -274,7 +274,7 @@ oximeter-instruments = { path = "oximeter/instruments" }
oximeter-macro-impl = { path = "oximeter/oximeter-macro-impl" }
oximeter-producer = { path = "oximeter/producer" }
p256 = "0.13"
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.3.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.10.2" }
regex-automata = { version = "0.4.3", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
regex-syntax-c38e5c1d305a1b54 = { package = "regex-syntax", version = "0.8.2" }
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.10.2" }
regex-automata = { version = "0.4.3", default-features = false, features = ["dfa-onepass", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-syntax = { version = "0.8.2" }
regex-syntax-3b31131e45eafb45 = { package = "regex-syntax", version = "0.6.29" }
regex-syntax-c38e5c1d305a1b54 = { package = "regex-syntax", version = "0.8.2" }
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 6f54d42

Please sign in to comment.