Skip to content

Commit 941c335

Browse files
committed
chore(deps): update all non-major dependencies
1 parent c71a359 commit 941c335

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

Cargo.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/entity/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "entity"
1010
path = "src/lib.rs"
1111

1212
[dependencies]
13-
serde = { version = "1.0.157", features = ["derive"] }
13+
serde = { version = "1.0.158", features = ["derive"] }
1414
serde_json = "1.0.94"
1515
chrono = { version = "0.4.24", features = ["serde"] }
1616
sea-orm = { version = "0.11.1", features = ["postgres-array"] }

crates/server/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ migration = { path = "../migration" }
1111
actix-web = "4.3.1"
1212
actix-multipart = { version = "0.6.0" }
1313
actix-cors = { version = "0.6.4" }
14-
mime = { version = "0.3.16" }
14+
mime = { version = "0.3.17" }
1515
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread", "fs"] }
1616
tokio-util = { version = "0.7.7", features = ["codec"] }
17-
serde = "1.0.157"
17+
serde = "1.0.158"
1818
tracing = "0.1.37"
1919
tracing-actix-web = { version = "0.7.3", features = ["default", "opentelemetry_0_17"] }
2020
opentelemetry = { version = "0.18", features = ["rt-tokio-current-thread"] }
@@ -45,7 +45,7 @@ openssl-probe = "0.1.5"
4545
deunicode = { version = "1.3.3" }
4646
lazy_static = { version = "1.4.0" }
4747
base64 = "0.21.0"
48-
reqwest = { version = "0.11.14", features = ["json", "cookies", "multipart", "stream"] }
48+
reqwest = { version = "0.11.15", features = ["json", "cookies", "multipart", "stream"] }
4949
typed-builder = "0.14.0"
5050
humansize = { version = "2.1.3", features = ["impl_style"] }
5151
aws-credential-types = "0.54.1"

0 commit comments

Comments
 (0)