Skip to content

Commit

Permalink
fix(deps): update rust crate rmp-serde to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 30, 2024
1 parent c2cdcd1 commit ecf0a3d
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 @@ -21,7 +21,7 @@ base64 = "0.21.5"
bytes = { version = "1.4.0", features = ["serde"] }
chrono = "0.4.26"
log = "0.4.20"
rmp-serde = "1.1.2"
rmp-serde = "1.3.0"
serde = { version = "1.0.183", features = ["derive"] }
tokio = { version = "1.31.0", features = ["net", "time", "io-util", "rt", "sync"] }
uuid = { version = "1.5.0", features = ["v4"] }
Expand Down

0 comments on commit ecf0a3d

Please sign in to comment.