Skip to content

Commit

Permalink
Merge pull request #26 from OneLiteFeatherNET/renovate/serde_json-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate serde_json to 1.0.114
  • Loading branch information
Randoooom committed Mar 12, 2024
2 parents 06d1621 + f9949d8 commit 2ac563b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rbdc-pg = { version = "4.4.19", optional = true }
rbdc-mysql = { version = "4.4.19", optional = true }
rbs = "4.4.3"
serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"
serde_json = "1.0.114"
thiserror = "1.0.56"
tokio = { version = "1.35.1", features = ["full"] }
tower = { version = "0.4.13", features = ["limit", "buffer"] }
Expand Down

0 comments on commit 2ac563b

Please sign in to comment.