Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(infrastructure): updated dependencies #20

Merged
merged 3 commits into from
Aug 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/compilerla/conventional-pre-commit
rev: v2.3.0
rev: v2.4.0
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
Expand All @@ -16,7 +16,7 @@ repos:
- id: mixed-line-ending
- id: trailing-whitespace
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: "v0.0.278"
rev: "v0.0.285"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -30,7 +30,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.0.0"
rev: "v3.0.2"
hooks:
- id: prettier
- repo: https://github.com/doublify/pre-commit-rust
Expand Down
115 changes: 70 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Ultra-fast query string and url-encoded form-data parsers"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/starlite-api/fast-query-parsers"
version = "1.0.2"
version = "1.0.3"
edition = "2021"

[lib]
Expand All @@ -14,9 +14,9 @@ crate-type = ["cdylib"]

[dependencies]
lazy_static = "1.4.0"
pyo3 = { version = "0.19.1", features = ["extension-module", "abi3-py38"] }
pyo3 = { version = "0.19.2", features = ["extension-module", "abi3-py38"] }
pythonize = "0.19.0"
regex = { version = "1.7.0", features = ["perf"] }
regex = { version = "1.9.3", features = ["perf"] }
rustc-hash = "1.1.0"
serde_json = "1.0.90"
urlencoding = "2.1.2"
serde_json = "1.0.105"
urlencoding = "2.1.3"
36 changes: 18 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fast-query-parsers"
version = "1.0.2"
version = "1.0.3"
description = "Ultra-fast query string and url-encoded form-data parsers"
authors = [
"Na'aman Hirschfeld <nhirschfeld@gmail.com>",
Expand Down
1 change: 0 additions & 1 deletion starlite-banner.svg

This file was deleted.

Loading