Skip to content

Commit

Permalink
Small update to comment
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
sunshowers committed Jan 24, 2024
2 parents 4a8d152 + c392c76 commit 731a121
Show file tree
Hide file tree
Showing 26 changed files with 182 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hakari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
toolchain: stable
- name: Install cargo-hakari
uses: taiki-e/install-action@bd4f14420660e33ca2929e5c0306a8367173c1ee # v2
uses: taiki-e/install-action@cf2d7f1118304815479579570ad3ec572fe94523 # v2
with:
tool: cargo-hakari
- name: Check workspace-hack Cargo.toml is up-to-date
Expand Down
116 changes: 72 additions & 44 deletions Cargo.lock

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

13 changes: 7 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ camino = "1.1"
camino-tempfile = "1.1.1"
cancel-safe-futures = "0.1.5"
chacha20poly1305 = "0.10.1"
ciborium = "0.2.1"
ciborium = "0.2.2"
cfg-if = "1.0"
chrono = { version = "0.4", features = [ "serde" ] }
clap = { version = "4.4", features = ["cargo", "derive", "env", "wrap_help"] }
Expand Down Expand Up @@ -310,12 +310,12 @@ propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev
proptest = "1.4.0"
quote = "1.0"
rand = "0.8.5"
ratatui = "0.23.0"
ratatui = "0.25.0"
rayon = "1.8"
rcgen = "0.12.0"
reedline = "0.28.0"
ref-cast = "1.0"
regex = "1.10.2"
regex = "1.10.3"
regress = "0.7.1"
reqwest = { version = "0.11", default-features = false }
ring = "0.17.7"
Expand All @@ -336,7 +336,7 @@ serde_json = "1.0.111"
serde_path_to_error = "0.1.15"
serde_tokenstream = "0.2"
serde_urlencoded = "0.7.1"
serde_with = "3.4.0"
serde_with = "3.5.1"
sha2 = "0.10.8"
sha3 = "0.10.8"
shell-words = "1.1.0"
Expand Down Expand Up @@ -371,7 +371,7 @@ supports-color = "2.1.0"
swrite = "0.1.0"
libsw = { version = "3.3.1", features = ["tokio"] }
syn = { version = "2.0" }
tabled = "0.14"
tabled = "0.15.0"
tar = "0.4"
tempdir = "0.3"
tempfile = "3.9"
Expand All @@ -396,11 +396,12 @@ trust-dns-server = "0.22"
trybuild = "1.0.89"
tufaceous = { path = "tufaceous" }
tufaceous-lib = { path = "tufaceous-lib" }
tui-tree-widget = "0.16.0"
unicode-width = "0.1.11"
update-common = { path = "update-common" }
update-engine = { path = "update-engine" }
usdt = "0.3"
uuid = { version = "1.6.1", features = ["serde", "v4"] }
uuid = { version = "1.7.0", features = ["serde", "v4"] }
walkdir = "2.4"
wicket = { path = "wicket" }
wicket-common = { path = "wicket-common" }
Expand Down
Loading

0 comments on commit 731a121

Please sign in to comment.