Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent ffb13a1 commit 7fbed64
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 baffao-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ config = "0.14.0"
hyper = { version = "1.3.1", features = ["full"] }
hyper-util = { version = "0.1.3", features = ["client-legacy"] }
oauth2 = "4.4.2"
serde = { version = "1.0.199", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
tokio = { "version" = "1.37.0", features = ["full"] }
tower = { version = "0.4.13", features = ["util", "timeout"] }
tower-http = { version = "0.5.2", features = ["add-extension", "trace"] }
Expand Down
2 changes: 1 addition & 1 deletion baffao/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jsonwebtoken = "9.3.0"
oauth2 = "4.4.2"
reqwest = "0.12.4"
ring = "0.17.8"
serde = "1.0.199"
serde = "1.0.200"
serde_json = "1.0.116"

0 comments on commit 7fbed64

Please sign in to comment.