Skip to content

Commit e92174b

Browse files
committed
update dependencies
1 parent c152563 commit e92174b

File tree

2 files changed

+43
-43
lines changed

2 files changed

+43
-43
lines changed

Cargo.lock

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ keywords = ["soar", "sbuild", "lint", "build", "package"]
1010

1111
[dependencies]
1212
regex = { version = "1.11.1", default-features = false, features = ["unicode-case", "unicode-perl", "std"] }
13-
rusqlite = { version = "0.33.0", features = ["bundled", "rusqlite-macros"] }
14-
serde = { version = "1.0.217", features = ["derive"] }
15-
serde_json = { version = "1.0.138", features = ["indexmap"] }
13+
rusqlite = { version = "0.35.0", features = ["bundled", "rusqlite-macros"] }
14+
serde = { version = "1.0.219", features = ["derive"] }
15+
serde_json = { version = "1.0.140", features = ["indexmap"] }
1616

1717
[profile.release]
1818
strip = true

0 commit comments

Comments
 (0)