Skip to content

Commit

Permalink
Bugfix version bump to deal with CVE-2022-3212
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielknight committed Sep 20, 2022
1 parent 40b4192 commit c006ed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "tiddly-wiki-server"
description = "A back-end for saving TiddlyWikis"
repository = "https://github.com/nathanielknight/tiddly-wiki-server"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license-file = "LICENSE.md"
readme = "README.md"
Expand All @@ -17,4 +17,4 @@ tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
rusqlite = { version = "0.27", features = ["serde_json"] }
rusqlite = { version = "0.27", features = ["serde_json"] }

0 comments on commit c006ed8

Please sign in to comment.