Skip to content

Commit

Permalink
fix(deps): update rust crate semver to 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 17, 2023
1 parent d44ac07 commit 27e93b0
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.4.0"
semver = { version = "1.0.17", features = ["serde"] }
semver = { version = "1.0.18", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_bytes = "0.11"
serde_json = "1.0.99"
Expand Down

0 comments on commit 27e93b0

Please sign in to comment.