Skip to content

Commit

Permalink
Update Rust crate serde to 1.0.193
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 21, 2023
1 parent a3ef865 commit bddbd32
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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 ccc-handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ccc-types = { path = "../ccc-types" }
axum = "0.6.20"
axum-macros = "0.3.8"
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
thiserror = { version = "1.0.50" }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion ccc-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
axum = "0.6.20"
bytes = "1.5.0"
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
thiserror = { version = "1.0.50" }
tracing = "0.1.40"
2 changes: 1 addition & 1 deletion ccc-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ clap = { version = "4.4.8", features = ["derive"] }
ccc-types = { path = "../ccc-types" }
ccc-routes = { path = "../ccc-routes" }
reqwest = { version = "0.11.22", features = ["json"] }
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.4.13", features = ["filter", "timeout"] }
tower-http = { version = "0.4.4", features = ["trace"] }
Expand Down
2 changes: 1 addition & 1 deletion ccc-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ edition = "2021"
publish = false

[dependencies]
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
ts-rs = {version = "7.0.0" }

0 comments on commit bddbd32

Please sign in to comment.