Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
photino committed Aug 24, 2023
1 parent d7fca45 commit fd3a3ee
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion examples/actix-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1.0.105"
tracing = "0.1.37"

[dependencies.serde]
version = "1.0.183"
version = "1.0.186"
features = ["derive"]

[dependencies.zino]
Expand Down
2 changes: 1 addition & 1 deletion examples/axum-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde_json = "1.0.105"
tracing = "0.1.37"

[dependencies.serde]
version = "1.0.183"
version = "1.0.186"
features = ["derive"]

[dependencies.zino]
Expand Down
2 changes: 1 addition & 1 deletion examples/dioxus-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dioxus-router = "0.4.1"
tracing = "0.1.37"

[dependencies.serde]
version = "1.0.183"
version = "1.0.186"
features = ["derive"]

[dependencies.zino]
Expand Down
10 changes: 5 additions & 5 deletions zino-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ rand = "0.8.5"
regex = "1.9.3"
reqwest-middleware = "0.2.3"
reqwest-retry = "0.2.2"
reqwest-tracing = "0.4.5"
reqwest-tracing = "0.4.6"
rmp-serde = "1.1.2"
serde_qs = "0.12.0"
sha2 = "0.10.7"
Expand All @@ -123,7 +123,7 @@ version = "0.5.1"
features = ["std"]

[dependencies.async-openai]
version = "0.13.0"
version = "0.14.0"
optional = true

[dependencies.chrono]
Expand Down Expand Up @@ -153,7 +153,7 @@ version = "0.5.3"
optional = true

[dependencies.reqwest]
version = "0.11.18"
version = "0.11.20"
default-features = false
features = [
"cookies",
Expand All @@ -164,7 +164,7 @@ features = [
]

[dependencies.serde]
version = "1.0.183"
version = "1.0.186"
features = ["derive"]

[dependencies.serde_json]
Expand Down Expand Up @@ -198,7 +198,7 @@ version = "0.9.1"
features = ["macros"]

[dependencies.utoipa]
version = "3.4.4"
version = "3.5.0"
features = ["non_strict_integers", "uuid"]

[dependencies.uuid]
Expand Down
2 changes: 1 addition & 1 deletion zino-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ proc-macro = true
convert_case = "0.6.0"
proc-macro2 = "1.0.66"
quote = "1.0.33"
syn = "2.0.28"
syn = "2.0.29"

[dependencies.zino-core]
path = "../zino-core"
Expand Down
2 changes: 1 addition & 1 deletion zino/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ cfg-if = "1.0"
futures = "0.3.28"
hyper = "0.14.27"
parking_lot = "0.12.1"
serde = "1.0.183"
serde = "1.0.186"
serde_json = "1.0.105"
toml = "0.7.6"
tracing = "0.1.37"
Expand Down

0 comments on commit fd3a3ee

Please sign in to comment.