Skip to content

Commit

Permalink
Merge pull request #7 from insipx/dependabot/cargo/rmp-serde-0.15
Browse files Browse the repository at this point in the history
Update rmp-serde requirement from 0.14 to 0.15
  • Loading branch information
insipx committed Feb 8, 2021
2 parents 574354f + fa72f2a commit 136ae80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ edition = "2018"
sqlx = { version = "0.5", default-features = false, features = ["postgres", "macros", "runtime-async-std-rustls", "migrate"] }
rayon = "1.3"
serde = "1.0"
rmp-serde = "0.14"
rmp-serde = "0.15"
thiserror = "1.0"
inventory = "0.1"
coil_proc_macro = "0.2.0"
Expand Down

0 comments on commit 136ae80

Please sign in to comment.