Skip to content

Commit

Permalink
fix(deps): update rust crate semver to 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 23, 2023
1 parent 0062bd6 commit db1a5fa
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 @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
bytes = "1.5.0"
semver = { version = "1.0.18", features = ["serde"] }
semver = { version = "1.0.19", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0.107"
Expand Down

0 comments on commit db1a5fa

Please sign in to comment.