Skip to content

Commit c006ed8

Browse files
Bugfix version bump to deal with CVE-2022-3212
1 parent 40b4192 commit c006ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "tiddly-wiki-server"
33
description = "A back-end for saving TiddlyWikis"
44
repository = "https://github.com/nathanielknight/tiddly-wiki-server"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
edition = "2021"
77
license-file = "LICENSE.md"
88
readme = "README.md"
@@ -17,4 +17,4 @@ tracing = "0.1"
1717
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
1818
serde = { version = "1", features = ["derive"] }
1919
serde_json = "1"
20-
rusqlite = { version = "0.27", features = ["serde_json"] }
20+
rusqlite = { version = "0.27", features = ["serde_json"] }

0 commit comments

Comments
 (0)