Skip to content

Commit

Permalink
Bump crucible rev to latest
Browse files Browse the repository at this point in the history
Pick up the following PRs:

- Add session_id to crucible logs
- Don't check for a snapshot that's gone
- Update Rust crate libc to 0.2.149
- Update Rust crate csv to 1.3.0
- Update Rust crate tokio to 1.33
- Add timeout and failure data collection of replay job

Also ran the following:

    cargo update -p libc -p tokio
  • Loading branch information
jmpesp committed Oct 20, 2023
1 parent 334df29 commit a61c2d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ oximeter-producer = { git = "https://github.com/oxidecomputer/omicron", branch =
oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }

# Crucible
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "657d985247b41e38aac2e271c7ce8bc9ea81f4b6" }
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "657d985247b41e38aac2e271c7ce8bc9ea81f4b6" }
crucible = { git = "https://github.com/oxidecomputer/crucible", rev = "da534e73380f3cc53ca0de073e1ea862ae32109b" }
crucible-client-types = { git = "https://github.com/oxidecomputer/crucible", rev = "da534e73380f3cc53ca0de073e1ea862ae32109b" }

# External dependencies
anyhow = "1.0"
Expand Down

0 comments on commit a61c2d5

Please sign in to comment.