Skip to content

Commit

Permalink
incompat fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed May 7, 2024
1 parent 27710a3 commit 0eae540
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
19 changes: 14 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion udf-examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ crate-type = ["cdylib"]

[dependencies]
lipsum = "0.8.2"
generic-array = "0.14.7"
generic-array = "1.0.0"
sha2 = "0.10.8"
udf = { path = "../udf", features = ["mock", "logging-debug"] }
uuid = { version = "1.8.0", features = ["v1", "v3", "v4", "v5", "fast-rng"] }
Expand Down
2 changes: 1 addition & 1 deletion udf-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ publish = true
proc-macro = true

[dependencies]
heck = "0.4.1"
heck = "0.5.0"
lazy_static = "1.4.0"
proc-macro2 = "1.0.82"
quote = "1.0.36"
Expand Down

0 comments on commit 0eae540

Please sign in to comment.