Skip to content

Commit

Permalink
Update Rust crate datatest-stable to 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-renovate[bot] committed Apr 25, 2024
1 parent 2833e23 commit 967fccc
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
17 changes: 14 additions & 3 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 @@ -202,7 +202,7 @@ crucible-pantry-client = { git = "https://github.com/oxidecomputer/crucible", re
crucible-smf = { git = "https://github.com/oxidecomputer/crucible", rev = "1ef72f3c935e7dc936bf43310c04668fb60d7a20" }
csv = "1.3.0"
curve25519-dalek = "4"
datatest-stable = "0.2.6"
datatest-stable = "0.2.8"
display-error-chain = "0.2.0"
omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
db-macros = { path = "nexus/db-macros" }
Expand Down
4 changes: 2 additions & 2 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ proc-macro2 = { version = "1.0.81" }
rand = { version = "0.8.5" }
rand_chacha = { version = "0.3.1", default-features = false, features = ["std"] }
regex = { version = "1.10.4" }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
Expand Down Expand Up @@ -192,7 +192,7 @@ proc-macro2 = { version = "1.0.81" }
rand = { version = "0.8.5" }
rand_chacha = { version = "0.3.1", default-features = false, features = ["std"] }
regex = { version = "1.10.4" }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa-onepass", "dfa-search", "hybrid", "meta", "nfa-backtrack", "perf-inline", "perf-literal", "unicode"] }
regex-automata = { version = "0.4.5", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
regex-syntax = { version = "0.8.2" }
reqwest = { version = "0.11.24", features = ["blocking", "cookies", "json", "rustls-tls", "stream"] }
ring = { version = "0.17.8", features = ["std"] }
Expand Down

0 comments on commit 967fccc

Please sign in to comment.