Skip to content

Commit

Permalink
Merge branch 'main' into integration
Browse files Browse the repository at this point in the history
  • Loading branch information
oxide-reflector-bot[bot] committed Nov 20, 2024
2 parents 2d46797 + 5c3fa5d commit 19afbca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ async-trait = "0.1.83"
base64 = "0.22.1"
built = { version = "0.7.5", features = ["git2"] }
chrono = { version = "0.4.38", features = ["serde"] }
clap = { version = "4.5.20", features = ["derive", "string", "env", "wrap_help"] }
clap = { version = "4.5.21", features = ["derive", "string", "env", "wrap_help"] }
clap_complete = "4.5.37"
colored = "2.1.0"
crossterm = { version = "0.27.0", features = [ "event-stream" ] }
Expand All @@ -28,7 +28,7 @@ futures = "0.3.31"
httpmock = "0.6.8"
humantime = "2"
indicatif = "0.17"
libc = "0.2.162"
libc = "0.2.164"
log = "0.4.22"
md5 = "0.7.0"
newline-converter = "0.3.0"
Expand All @@ -53,7 +53,7 @@ serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.127"
similar = "2.6.0"
tabwriter = "1.4.0"
thiserror = { version = "1", default-features = false }
thiserror = { version = "2", default-features = false }
tempfile = "3.14.0"
test-common = { path = "test-common" }
thouart = { git = "https://github.com/oxidecomputer/thouart" }
Expand Down

0 comments on commit 19afbca

Please sign in to comment.