Skip to content

Commit 857563b

Browse files
chore(monorepo): update cargo pre-1.0 packages
1 parent 843cee4 commit 857563b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ storm-config = { path = "./crates/storm-config" }
5555
storm-workspace = { path = "./crates/storm-workspace" }
5656

5757
# Tools
58-
zizmor = "0.9.2"
58+
zizmor = "0.10.0"
5959

6060
## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6161
## COMPILATION PROFILES

crates/storm-config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ yaml = ['yaml-rust']
2929

3030
[dependencies]
3131
async-trait = { version = '=0.1.80', optional = true }
32-
convert_case = { version = '=0.6.0', optional = true }
32+
convert_case = { version = '=0.8.0', optional = true }
3333
indexmap = { version = '=2.2.6', features = ['serde'], optional = true }
3434
json5_rs = { version = '=0.4.1', optional = true, package = 'json5' }
3535
lazy_static = '=1.4.0'

0 commit comments

Comments
 (0)