Skip to content

Commit b54d5ea

Browse files
authored
chore(infrastructure): updated dependencies (#20)
* chore(infrastructure): updated dependencies * feat: incremented version
1 parent 387db83 commit b54d5ea

File tree

6 files changed

+97
-73
lines changed

6 files changed

+97
-73
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/compilerla/conventional-pre-commit
3-
rev: v2.3.0
3+
rev: v2.4.0
44
hooks:
55
- id: conventional-pre-commit
66
stages: [commit-msg]
@@ -16,7 +16,7 @@ repos:
1616
- id: mixed-line-ending
1717
- id: trailing-whitespace
1818
- repo: https://github.com/charliermarsh/ruff-pre-commit
19-
rev: "v0.0.278"
19+
rev: "v0.0.285"
2020
hooks:
2121
- id: ruff
2222
args: ["--fix"]
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: codespell
3232
- repo: https://github.com/pre-commit/mirrors-prettier
33-
rev: "v3.0.0"
33+
rev: "v3.0.2"
3434
hooks:
3535
- id: prettier
3636
- repo: https://github.com/doublify/pre-commit-rust

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Ultra-fast query string and url-encoded form-data parsers"
55
readme = "README.md"
66
license-file = "LICENSE"
77
repository = "https://github.com/starlite-api/fast-query-parsers"
8-
version = "1.0.2"
8+
version = "1.0.3"
99
edition = "2021"
1010

1111
[lib]
@@ -14,9 +14,9 @@ crate-type = ["cdylib"]
1414

1515
[dependencies]
1616
lazy_static = "1.4.0"
17-
pyo3 = { version = "0.19.1", features = ["extension-module", "abi3-py38"] }
17+
pyo3 = { version = "0.19.2", features = ["extension-module", "abi3-py38"] }
1818
pythonize = "0.19.0"
19-
regex = { version = "1.7.0", features = ["perf"] }
19+
regex = { version = "1.9.3", features = ["perf"] }
2020
rustc-hash = "1.1.0"
21-
serde_json = "1.0.90"
22-
urlencoding = "2.1.2"
21+
serde_json = "1.0.105"
22+
urlencoding = "2.1.3"

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fast-query-parsers"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
description = "Ultra-fast query string and url-encoded form-data parsers"
55
authors = [
66
"Na'aman Hirschfeld <[email protected]>",

starlite-banner.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)