aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 04:06:42 +0000
committerGitHub <noreply@github.com>2023-01-09 04:06:42 +0000
commit5db42bd53b8476e56e5ed7c2f4138f6fcdaa81af (patch)
tree421638034ff3c77bcf49936818ea04f81b025e1c
parentMerge pull request #1004 from connorskees/update-grass (diff)
downloadminiserve-5db42bd53b8476e56e5ed7c2f4138f6fcdaa81af.tar.gz
miniserve-5db42bd53b8476e56e5ed7c2f4138f6fcdaa81af.zip
Bump grass from 0.12.0 to 0.12.1
Bumps [grass](https://github.com/connorskees/grass) from 0.12.0 to 0.12.1. - [Release notes](https://github.com/connorskees/grass/releases) - [Changelog](https://github.com/connorskees/grass/blob/master/CHANGELOG.md) - [Commits](https://github.com/connorskees/grass/commits) --- updated-dependencies: - dependency-name: grass dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--Cargo.lock14
1 files changed, 12 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 897b0d5..65bd31b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1056,15 +1056,25 @@ dependencies = [
[[package]]
name = "grass"
-version = "0.12.0"
+version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "be2722dd6b8a112f5cc3c97b9bd6a7c9051a826c39c69e3bb6ed1a2e262798dd"
+checksum = "a906155472dc29adcaa55888a08b814ac916f667ceb5b8dda0af4785f503c75f"
+dependencies = [
+ "grass_compiler",
+]
+
+[[package]]
+name = "grass_compiler"
+version = "0.12.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cb28d0ff27bf64c29d78e10ed1e3c3833ca1c92f06bd85321adb499abf5c7f57"
dependencies = [
"codemap",
"indexmap",
"lasso",
"once_cell",
"phf",
+ "rand",
]
[[package]]