Skip to content

Commit e956f65

Browse files
fix(deps): update rust crate serde to 1.0.198
1 parent 8b65e78 commit e956f65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

+4-4
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
@@ -11,6 +11,6 @@ axum-macros = "0.4.1"
1111
dotenv = "0.15.0"
1212
http = "1.1.0"
1313
reqwest = { version = "0.11.25", features = ["json", "stream"] }
14-
serde = { version = "1.0.196", features = ["derive"] }
14+
serde = { version = "1.0.198", features = ["derive"] }
1515
tokio = { version = "1.36.0", features = ["full"] }
1616
toml = "0.8.10"

0 commit comments

Comments
 (0)