Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 34 additions & 4 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 crates/kingfisher-rules/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kingfisher-core = { path = "../kingfisher-core" }
serde.workspace = true
serde_json.workspace = true
serde_yaml = "0.9"
toml = "0.8"
toml = "1.1"
schemars.workspace = true

# Error handling
Expand Down Expand Up @@ -71,7 +71,7 @@ flate2 = "1.1"
regex.workspace = true
serde.workspace = true
serde_yaml = "0.9"
toml = "0.8"
toml = "1.1"
sha2.workspace = true
# Avoid Rustls/ring in the build script: ClusterFuzzLite's sanitizer CFLAGS would
# otherwise instrument ring and break the non-fuzz build-script linker.
Expand Down
Loading