Skip to content

Commit 4119109

Browse files
authored
chore: update dependencies (#633)
1 parent b4d2aa1 commit 4119109

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ohkami/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ lambda_runtime = { version = "1.0", optional = true }
4444
base64 = { version = "0.22" }
4545
hmac = { version = "0.12", default-features = false }
4646
sha2 = { version = "0.10", default-features = false }
47-
uuid = { version = "1.20" }
47+
uuid = { version = "1.21" }
4848

4949
# optional
5050
mime_guess = { version = "2.0", optional = true }

ohkami_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ workspace = true
2525
proc-macro2 = "1.0"
2626
quote = "1.0"
2727
syn = { version = "2.0", features = ["full"] }
28-
toml = { optional = true, version = "0.9", features = ["serde", "parse"], default-features = false }
28+
toml = { optional = true, version = "1.0", features = ["serde", "parse"], default-features = false }
2929
jsonc-parser = { optional = true, version = "0.29", features = ["serde"] }
3030
serde = { optional = true, workspace = true }
3131
serde_json = { optional = true, workspace = true }

ohkami_openapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ serde = { workspace = true }
2020
serde_json = { workspace = true }
2121

2222
# for built-in utility impl of `Schema` trait
23-
uuid = { version = "1.20" }
23+
uuid = { version = "1.21" }
2424

2525
[features]
2626
no-release-serialize = []

0 commit comments

Comments
 (0)