Skip to content

Commit

Permalink
Upgrade dependencies to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Sep 10, 2023
1 parent 77fbbfa commit 33b020d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace]

resolver = "2"
members = [
"udf-jsonify",
"udf-lipsum",
Expand Down
6 changes: 3 additions & 3 deletions test-integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ license = "Apache-2.0 OR GPL-2.0-or-later"
[dependencies]

[dev-dependencies]
regex = "1.7.2"
diesel = { version = "2.0.3", features = ["mysql"] }
regex = "1.9.5"
diesel = { version = "2.1.1", features = ["mysql"] }
lazy_static = "1.4.0"
uuid = { version = "1.2.2", features = ["v1", "v3", "v4", "v5", "fast-rng"] }
uuid = { version = "1.4.1", features = ["v1", "v3", "v4", "v5", "fast-rng"] }
hex-literal = "0.4.1"
hex = "0.4.3"

Expand Down
4 changes: 2 additions & 2 deletions udf-jsonify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ license = "Apache-2.0 OR GPL-2.0-or-later"
crate-type = ["cdylib"]

[dependencies]
udf = { version = "0.5.2", features = ["mock"] }
serde_json = "1.0.91"
udf = { version = "0.5.4", features = ["mock"] }
serde_json = "1.0.106"
2 changes: 1 addition & 1 deletion udf-lipsum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ license = "Apache-2.0 OR GPL-2.0-or-later"
crate-type = ["cdylib"]

[dependencies]
udf = { version = "0.5.2", features = ["mock"] }
udf = { version = "0.5.4", features = ["mock"] }
lipsum = "0.8.2"
6 changes: 3 additions & 3 deletions udf-uuid/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"
crate-type = ["cdylib"]

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

[dev-dependencies]
Expand Down

0 comments on commit 33b020d

Please sign in to comment.