Skip to content

Commit

Permalink
dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertshelley committed Aug 12, 2024
1 parent 493bfca commit 88ddc5c
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ homepage = "https://github.com/hubertshelley/silent"
license = "Apache-2.0"
readme = "./readme.md"
repository = "https://github.com/hubertshelley/silent"
version = "1.4.0"
version = "1.4.1"
2 changes: 1 addition & 1 deletion examples/custom_tokio_listener/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
silent = { path = "../../silent" }
async-trait = "0.1.81"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
2 changes: 1 addition & 1 deletion examples/custom_tokio_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2021"
[dependencies]
silent = { path = "../../silent" }
async-trait = "0.1.81"
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
2 changes: 1 addition & 1 deletion examples/exception_handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
silent = { path = "../../silent" }
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.206", features = ["derive"] }
2 changes: 1 addition & 1 deletion examples/form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
silent = { path = "../../silent" }
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.206", features = ["derive"] }
6 changes: 3 additions & 3 deletions examples/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ name = "example-grpc-client"
path = "src/client.rs"

[dependencies]
tonic = { version = "0.12.0" }
tonic = { version = "0.12.1" }
prost = "0.13"
tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
silent = { path = "../../silent", features = ["grpc"] }
async-trait = "0.1.81"

[build-dependencies]
tonic-build = { version = "0.12.0" }
tonic-build = { version = "0.12.1" }
10 changes: 5 additions & 5 deletions examples/grpc_h2c/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ name = "example-grpc-client"
path = "src/client.rs"

[dependencies]
tonic = { version = "0.12.0" }
tonic = { version = "0.12.1" }
prost = "0.13"
tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
silent = { path = "../../silent", features = ["grpc"] }
async-trait = "0.1.81"
http = "1.1.0"
hyper-util = "0.1.6"
hyper = "1.4.0"
hyper-util = "0.1.7"
hyper = "1.4.1"
tower = "0.4.13"

[build-dependencies]
tonic-build = { version = "0.12.0" }
tonic-build = { version = "0.12.1" }
6 changes: 3 additions & 3 deletions examples/grpc_streaming/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ name = "example-grpc-client"
path = "src/client.rs"

[dependencies]
tonic = { version = "0.12.0" }
tonic = { version = "0.12.1" }
prost = "0.13"
tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread"] }
silent = { path = "../../silent", features = ["grpc"] }
async-trait = "0.1.81"
tokio-stream = "0.1.15"
h2 = "0.4.5"

[build-dependencies]
tonic-build = { version = "0.12.0" }
tonic-build = { version = "0.12.1" }
2 changes: 1 addition & 1 deletion examples/multipart-form/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ edition = "2021"

[dependencies]
silent = { path = "../../silent", features = ["multipart"] }
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.206", features = ["derive"] }
2 changes: 1 addition & 1 deletion examples/sse-chat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ once_cell = "1"
parking_lot = "0.12"
tokio = { version = "1", features = ["macros"] }
tokio-stream = { version = "0.1", features = ["net"] }
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.206", features = ["derive"] }
2 changes: 1 addition & 1 deletion examples/templates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
serde = { version = "1.0.204", features = ["derive"] }
serde = { version = "1.0.206", features = ["derive"] }
silent = { path = "../../silent", features = ["template"] }
4 changes: 2 additions & 2 deletions examples/todo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ edition = "2021"

[dependencies]
silent = { path = "../../silent" }
serde = { version = "1.0.204", features = ["derive"] }
uuid = { version = "1.9.1", features = ["serde", "v4"] }
serde = { version = "1.0.206", features = ["derive"] }
uuid = { version = "1.10.0", features = ["serde", "v4"] }
async-trait = "0.1.81"
2 changes: 1 addition & 1 deletion examples/websocket-chat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[dependencies]
silent = { path = "../../silent", features = ["upgrade"] }
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
futures-util = { version = "0.3.30", default-features = false }
once_cell = "1.19.0"
2 changes: 1 addition & 1 deletion examples/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
async-trait = "0.1.81"
silent = { path = "../../silent", features = ["upgrade"] }
tokio = { version = "1.38.0", features = ["full"] }
tokio = { version = "1.39.2", features = ["full"] }
tokio-tungstenite = "0.23.1"
futures-util = "0.3.30"
backtrace = "0.3.73"
Expand Down
22 changes: 11 additions & 11 deletions silent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@ grpc = ["upgrade", "dep:tonic", "dep:pin-project-lite", "dep:pin-project", "dep:

[dependencies]
# Basic dependencies
thiserror = "1.0.61"
hyper = { version = "1.4.0", features = ["full"] }
hyper-util = { version = "0.1.6", features = ["server-auto", "tokio"] }
tokio = { version = "1.38.0", optional = true }
bytes = "1.6.0"
thiserror = "1.0.63"
hyper = { version = "1.4.1", features = ["full"] }
hyper-util = { version = "0.1.7", features = ["server-auto", "tokio"] }
tokio = { version = "1.39.2", optional = true }
bytes = "1.7.1"
http-body-util = "0.1.2"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["chrono"] }
async-trait = "0.1.81"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
uuid = "1.9.1"
serde = { version = "1.0.206", features = ["derive"] }
serde_json = "1.0.124"
uuid = "1.10.0"
url = "2.5.2"
serde_urlencoded = "0.7.1"
mime = "0.3.17"
Expand All @@ -57,7 +57,7 @@ tokio-stream = { version = "0.1.15", features = ["net"], optional = true }
pin-project = { version = "1.1", optional = true }
pin-project-lite = { version = "0.2.14", optional = true }
http = "1.1.0"
http-body = "1.0.0"
http-body = "1.0.1"
futures = "0.3.30"
tokio-util = "0.7.11"
anyhow = "1.0.86"
Expand All @@ -68,7 +68,7 @@ cron = { version = "0.12.1", optional = true }
# Multipart
multer = { version = "3.1.0", optional = true }
multimap = { version = "0.10.0", features = ["serde"], optional = true }
tempfile = { version = "3.10.1", optional = true }
tempfile = { version = "3.12.0", optional = true }
textnonce = { version = "1.0.0", optional = true }


Expand All @@ -80,7 +80,7 @@ async-session = { version = "3.0.0", optional = true }
cookie = { version = "0.18.1", features = ["secure", "percent-encode"], optional = true }

# Grpc
tonic = { version = "0.12.0", optional = true }
tonic = { version = "0.12.1", optional = true }

# Security
argon2 = { version = "0.5.3", optional = true }
Expand Down

0 comments on commit 88ddc5c

Please sign in to comment.