Skip to content

Commit 9506d70

Browse files
Update prost requirement from 0.13 to 0.14
Updates the requirements on [prost](https://github.com/tokio-rs/prost) to permit the latest version. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Changelog](https://github.com/tokio-rs/prost/blob/master/CHANGELOG.md) - [Commits](tokio-rs/prost@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: prost dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42e0400 commit 9506d70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repository = "https://github.com/Synphonyte/codee"
1515
base64 = { version = "0.22", optional = true }
1616
js-sys = { version = "0.3", optional = true }
1717
miniserde = { version = "0.1", optional = true }
18-
prost = { version = "0.13", optional = true }
18+
prost = { version = "0.14", optional = true }
1919
rkyv = { version = "0.8.9", optional = true }
2020
rmp-serde = { version = "1.1", optional = true }
2121
serde = { version = "1", optional = true }

0 commit comments

Comments
 (0)