Skip to content

Commit

Permalink
dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 18, 2023
1 parent 91c7b1e commit 45fe7ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ sealed = "0.5.0"
serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
serde_path_to_error = "0.1.14"
smallvec = "1.11.1"
smallvec = { version = "1.11.2", features = ["union"] }
regex = "1.10.1"
nanoid = "0.4.0"
csv = "1.3.0"
Expand Down

0 comments on commit 45fe7ee

Please sign in to comment.