Bump regress from 0.9.0 to 0.9.1 (#768)

Bumps [regress](https://github.com/ridiculousfish/regress) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/ridiculousfish/regress/releases)
- [Commits](https://github.com/ridiculousfish/regress/compare/v0.9.0...v0.9.1)

---
updated-dependencies:
- dependency-name: regress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-04-05 21:41:59 -07:00 committed by GitHub
parent 927a9bdb98
commit 0936d35871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -1411,7 +1411,7 @@ dependencies = [
"progenitor-impl", "progenitor-impl",
"progenitor-macro", "progenitor-macro",
"rand", "rand",
"regress 0.9.0", "regress 0.9.1",
"reqwest", "reqwest",
"schemars", "schemars",
"serde", "serde",
@ -1593,9 +1593,9 @@ dependencies = [
[[package]] [[package]]
name = "regress" name = "regress"
version = "0.9.0" version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d06f9a1f7cd8473611ba1a480cf35f9c5cffc2954336ba90a982fdb7e7d7f51e" checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479"
dependencies = [ dependencies = [
"hashbrown", "hashbrown",
"memchr", "memchr",

View File

@ -21,7 +21,7 @@ chrono = { version = "0.4", features = ["serde"] }
futures = "0.3.30" futures = "0.3.30"
percent-encoding = "2.3" percent-encoding = "2.3"
rand = "0.8" rand = "0.8"
regress = "0.9.0" regress = "0.9.1"
reqwest = { version = "0.11.27", features = ["json", "stream"] } reqwest = { version = "0.11.27", features = ["json", "stream"] }
schemars = { version = "0.8.16", features = ["uuid1"] } schemars = { version = "0.8.16", features = ["uuid1"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }