Skip to content

Commit 4539913

Browse files
chore(deps): update derive-new requirement from 0.5 to 0.6
Updates the requirements on [derive-new](https://github.com/nrc/derive-new) to permit the latest version. - [Commits](nrc/derive-new@0.5.1...0.6.0) --- updated-dependencies: - dependency-name: derive-new dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 174e451 commit 4539913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ rust-version = "1.67"
1616
[dependencies]
1717
log = "0.4"
1818
getset = "0.1.2"
19-
derive-new = "0.5"
19+
derive-new = "0.6"
2020
bytes = "1.1.0"
2121
time = "0.3"
2222
futures = "0.3"

0 commit comments

Comments
 (0)