Skip to content

Commit

Permalink
Update packages to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Feb 11, 2024
1 parent 6fad946 commit b48805a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ license = "Apache-2.0 OR GPL-2.0-or-later"
mysql = { version = "24.0.0", default-features = false }

[dev-dependencies]
regex = "1.9.5"
regex = "1.10.3"
lazy_static = "1.4.0"
uuid = { version = "1.4.1", features = ["v1", "v3", "v4", "v5", "fast-rng"] }
uuid = { version = "1.7.0", features = ["v1", "v3", "v4", "v5", "fast-rng"] }
hex-literal = "0.4.1"
hex = "0.4.3"
mysql = "24.0.0"
Expand Down
4 changes: 2 additions & 2 deletions udf-hash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ crate-type = ["cdylib"]
[dependencies]
blake2 = "0.10.6"
blake3 = { version = "1.5.0", features = ["rayon"] }
data-encoding = "2.4.0"
data-encoding = "2.5.0"
digest = "0.10.7"
md-5 = "0.10.6"
sha1 = "0.10.6"
sha2 = "0.10.8"
sha3 = "0.10.8"
udf = { version = "0.5.4", features = ["mock"] }
xxhash-rust = { version = "0.8.7", features = ["xxh3", "xxh32", "xxh64"] }
xxhash-rust = { version = "0.8.8", features = ["xxh3", "xxh32", "xxh64"] }
2 changes: 1 addition & 1 deletion udf-jsonify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ crate-type = ["cdylib"]

[dependencies]
udf = { version = "0.5.4", features = ["mock"] }
serde_json = "1.0.106"
serde_json = "1.0.113"
2 changes: 1 addition & 1 deletion udf-uuid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ crate-type = ["cdylib"]

[dependencies]
udf = { version = "0.5.4", features = ["mock"] }
uuid = { version = "1.4.1", features = ["v1", "v3", "v4", "v5", "v6", "v7", "fast-rng"] }
uuid = { version = "1.7.0", features = ["v1", "v3", "v4", "v5", "v6", "v7", "fast-rng"] }
mac_address = "1.1.5"
rand = "0.8.5"

Expand Down

0 comments on commit b48805a

Please sign in to comment.