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:
parent
927a9bdb98
commit
0936d35871
|
@ -1411,7 +1411,7 @@ dependencies = [
|
|||
"progenitor-impl",
|
||||
"progenitor-macro",
|
||||
"rand",
|
||||
"regress 0.9.0",
|
||||
"regress 0.9.1",
|
||||
"reqwest",
|
||||
"schemars",
|
||||
"serde",
|
||||
|
@ -1593,9 +1593,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regress"
|
||||
version = "0.9.0"
|
||||
version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d06f9a1f7cd8473611ba1a480cf35f9c5cffc2954336ba90a982fdb7e7d7f51e"
|
||||
checksum = "0eae2a1ebfecc58aff952ef8ccd364329abe627762f5bf09ff42eb9d98522479"
|
||||
dependencies = [
|
||||
"hashbrown",
|
||||
"memchr",
|
||||
|
|
|
@ -21,7 +21,7 @@ chrono = { version = "0.4", features = ["serde"] }
|
|||
futures = "0.3.30"
|
||||
percent-encoding = "2.3"
|
||||
rand = "0.8"
|
||||
regress = "0.9.0"
|
||||
regress = "0.9.1"
|
||||
reqwest = { version = "0.11.27", features = ["json", "stream"] }
|
||||
schemars = { version = "0.8.16", features = ["uuid1"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
Loading…
Reference in New Issue