Skip to content

Commit a621f22

Browse files
fix(deps): update rust crate serde to 1.0.193
1 parent 35f0d63 commit a621f22

File tree

2 files changed

+33
-16
lines changed

2 files changed

+33
-16
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
[dependencies]
1010
axum = { version = "0.4.3", features = ["json", "multipart"] }
1111
futures = "0.3.19"
12-
serde = { version = "1.0.133", features = ["derive"] }
12+
serde = { version = "1.0.193", features = ["derive"] }
1313
tokio = { version = "1.15.0", features = ["macros", "rt-multi-thread"] }
1414
tracing = "0.1.29"
1515
tracing-subscriber = "0.3.5"

0 commit comments

Comments
 (0)