Skip to content

Commit

Permalink
Merge pull request #107 from sorokya/dependabot/cargo/serde-1.0.201
Browse files Browse the repository at this point in the history
Bump serde from 1.0.200 to 1.0.201
  • Loading branch information
sorokya committed May 19, 2024
2 parents d8c0907 + 18bd55c commit 04ea907
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 @@ -33,7 +33,7 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"
glob = "0.3.1"
serde_json = "^1.0.117"
serde_derive = "^1.0.8"
serde = "^1.0.200"
serde = "^1.0.201"
console-subscriber = { version = "0.2", optional = true }
mysql_common = { version = "0.32", features = ["chrono"] }
mysql_async = { version = "0.34", default-features = false, features = ["default-rustls"] }
Expand Down

0 comments on commit 04ea907

Please sign in to comment.