Skip to content

Commit

Permalink
Merge pull request #106 from lixmal/dependabot/cargo/serde-1.0.197
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.193 to 1.0.197
  • Loading branch information
lixmal authored Mar 13, 2024
2 parents ceaf972 + 82d495e commit 5d360f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ actix-web = "4"
actix-session = { version = "0.8.0", features = ["cookie-session"] }
tokio = { version = "1.35.1", features = ["rt", "rt-multi-thread", "macros", "fs"] }
tokio-util = { version = "0.7.10", features = ["io", "io-util", "compat"] }
serde = { version = "1.0.193", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.108"
serde_yaml = "0.9.29"
serde_millis = "0.1.1"
Expand Down

0 comments on commit 5d360f1

Please sign in to comment.