Adam Leventhal
54ea87fa40
openapiv3 v2 ( #607 )
2023-10-21 00:55:40 -07:00
Adam H. Leventhal
2708963c5f
merge race
2023-10-16 12:13:05 -07:00
Sophie Tauchert
a1de78dbeb
Add support for text/plain and text/x-markdown body content types ( #593 )
2023-10-16 11:47:50 -07:00
Ian Nickles
6dc2a0ff2d
Generate unique internal var names and add tests for name collisions. ( #601 )
...
* Generate unique identifiers for internal variable names instead of using a
static prefix.
* Add tests for previous name collision issues.
* only prefix when needed.
Co-authored-by: Adam Leventhal <ahl@oxide.computer>
* add missing test invocation.
* update test fixtures per aaa40855485ca3c2ccf338c07d595ffc907975a1.
---------
Co-authored-by: Adam Leventhal <ahl@oxide.computer>
2023-10-16 11:44:24 -07:00
dependabot[bot]
08428bea99
Bump indexmap from 2.0.0 to 2.0.2 ( #602 )
...
* Bump indexmap from 2.0.0 to 2.0.2
Bumps [indexmap](https://github.com/bluss/indexmap ) from 2.0.0 to 2.0.2.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/bluss/indexmap/compare/2.0.0...2.0.2 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* lock it down
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <ahl@oxide.computer>
2023-10-16 10:28:22 -07:00
dependabot[bot]
4709560eba
Bump typify from `eea570e` to `76a411e` ( #605 )
...
Bumps [typify](https://github.com/oxidecomputer/typify ) from `eea570e` to `76a411e`.
- [Commits](eea570e233...76a411ee23
)
---
updated-dependencies:
- dependency-name: typify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-16 09:27:00 -07:00
dependabot[bot]
3f3ef9aa4b
Bump built from 0.7.0 to 0.7.1 ( #604 )
...
Bumps [built](https://github.com/lukaslueg/built ) from 0.7.0 to 0.7.1.
- [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lukaslueg/built/compare/0.7.0...0.7.1 )
---
updated-dependencies:
- dependency-name: built
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>
2023-10-16 09:26:47 -07:00
dependabot[bot]
203118800d
Bump proc-macro2 from 1.0.67 to 1.0.69 ( #603 )
...
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2 ) from 1.0.67 to 1.0.69.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases )
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.67...1.0.69 )
---
updated-dependencies:
- dependency-name: proc-macro2
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>
2023-10-16 09:26:36 -07:00
dependabot[bot]
ef20c0be09
Bump reqwest from 0.11.20 to 0.11.22 ( #595 )
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.20 to 0.11.22.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.20...v0.11.22 )
---
updated-dependencies:
- dependency-name: reqwest
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>
2023-10-13 13:21:47 -07:00
Ian Nickles
d5f92a0e46
Rename internal `client` variable to help avoid collisions with input specs. ( #600 )
2023-10-12 15:39:06 -07:00
Ian Nickles
233cb80d94
Prefix internal variable names to help avoid collisions ( #599 )
2023-10-12 10:57:24 -07:00
dependabot[bot]
f367c43961
Bump regex from 1.9.5 to 1.9.6 ( #596 )
...
Bumps [regex](https://github.com/rust-lang/regex ) from 1.9.5 to 1.9.6.
- [Release notes](https://github.com/rust-lang/regex/releases )
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-lang/regex/compare/1.9.5...1.9.6 )
---
updated-dependencies:
- dependency-name: regex
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>
2023-10-11 08:40:18 -07:00
dependabot[bot]
8816f64581
Bump syn from 2.0.32 to 2.0.38 ( #597 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.32 to 2.0.38.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.32...2.0.38 )
---
updated-dependencies:
- dependency-name: syn
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>
2023-10-11 08:39:30 -07:00
dependabot[bot]
1d8e172a7c
Bump clap from 4.4.4 to 4.4.6 ( #598 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.4 to 4.4.6.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.4...v4.4.6 )
---
updated-dependencies:
- dependency-name: clap
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>
2023-10-11 08:39:16 -07:00
Adam Leventhal
4dcba5928c
improve and simplify openapiv3 -> schemars conversion ( #592 )
2023-10-04 08:12:59 -07:00
dependabot[bot]
fc783273e0
Bump dropshot from `5228d04` to `a5ec1cb` ( #587 )
...
Bumps [dropshot](https://github.com/oxidecomputer/dropshot ) from `5228d04` to `a5ec1cb`.
- [Commits](5228d048f8...a5ec1cb0ad
)
---
updated-dependencies:
- dependency-name: dropshot
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 09:25:26 -07:00
dependabot[bot]
e1451f0879
Bump expectorate from 1.0.7 to 1.1.0 ( #588 )
...
Bumps [expectorate](https://github.com/oxidecomputer/expectorate ) from 1.0.7 to 1.1.0.
- [Release notes](https://github.com/oxidecomputer/expectorate/releases )
- [Commits](https://github.com/oxidecomputer/expectorate/compare/v1.0.7...v1.1.0 )
---
updated-dependencies:
- dependency-name: expectorate
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 09:25:20 -07:00
dependabot[bot]
2ae12772e8
Bump thiserror from 1.0.48 to 1.0.49 ( #589 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.48 to 1.0.49.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.48...1.0.49 )
---
updated-dependencies:
- dependency-name: thiserror
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>
2023-10-02 09:25:07 -07:00
dependabot[bot]
4c441f63d5
Bump typify from `85181ed` to `eea570e` ( #590 )
...
Bumps [typify](https://github.com/oxidecomputer/typify ) from `85181ed` to `eea570e`.
- [Commits](85181edf85...eea570e233
)
---
updated-dependencies:
- dependency-name: typify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 09:21:20 -07:00
Adam H. Leventhal
850867b332
update Cargo.lock
2023-09-25 15:09:18 -07:00
Adam H. Leventhal
609b63ad5e
cleanup post-0.4.0 release
2023-09-25 14:41:04 -07:00
Adam H. Leventhal
73087a37fd
release progenitor 0.4.0
2023-09-25 14:41:04 -07:00
Adam H. Leventhal
421029ec20
prepare for 0.4.0 release
2023-09-25 14:41:02 -07:00
dependabot[bot]
5f79f49ced
Bump built from 0.6.1 to 0.7.0 ( #567 )
...
* Bump built from 0.6.1 to 0.7.0
Bumps [built](https://github.com/lukaslueg/built ) from 0.6.1 to 0.7.0.
- [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md )
- [Commits](https://github.com/lukaslueg/built/compare/0.6.1...0.7.0 )
---
updated-dependencies:
- dependency-name: built
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* update
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <ahl@oxide.computer>
2023-09-25 12:13:23 -07:00
dependabot[bot]
255e23bc46
Bump dropshot from `68cf268` to `de05ae5` ( #586 )
...
Bumps [dropshot](https://github.com/oxidecomputer/dropshot ) from `68cf268` to `de05ae5`.
- [Commits](68cf26874c...de05ae5674
)
---
updated-dependencies:
- dependency-name: dropshot
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-25 09:00:39 -07:00
dependabot[bot]
56243c96ad
Bump typify from `6cd9a71` to `85181ed` ( #583 )
...
Bumps [typify](https://github.com/oxidecomputer/typify ) from `6cd9a71` to `85181ed`.
- [Commits](6cd9a7164a...85181edf85
)
---
updated-dependencies:
- dependency-name: typify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-24 22:30:01 -07:00
dependabot[bot]
8b640441d9
Bump syn from 2.0.32 to 2.0.37 ( #584 )
...
Bumps [syn](https://github.com/dtolnay/syn ) from 2.0.32 to 2.0.37.
- [Release notes](https://github.com/dtolnay/syn/releases )
- [Commits](https://github.com/dtolnay/syn/compare/2.0.32...2.0.37 )
---
updated-dependencies:
- dependency-name: syn
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>
2023-09-24 22:29:54 -07:00
dependabot[bot]
8105725030
Bump dropshot from `5228d04` to `68cf268` ( #585 )
...
Bumps [dropshot](https://github.com/oxidecomputer/dropshot ) from `5228d04` to `68cf268`.
- [Commits](5228d048f8...68cf26874c
)
---
updated-dependencies:
- dependency-name: dropshot
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-24 22:29:47 -07:00
dependabot[bot]
54f3198f9f
Bump regex from 1.9.3 to 1.9.5 ( #582 )
2023-09-23 22:52:19 -07:00
dependabot[bot]
460c116701
Bump dropshot from `bd3bf58` to `5228d04` ( #581 )
2023-09-23 22:51:40 -07:00
dependabot[bot]
b36193c181
Bump proc-macro2 from 1.0.66 to 1.0.67 ( #580 )
2023-09-23 22:50:35 -07:00
dependabot[bot]
b1e0004e6b
Bump serde_json from 1.0.105 to 1.0.107 ( #577 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.105 to 1.0.107.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.105...v1.0.107 )
---
updated-dependencies:
- dependency-name: serde_json
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>
2023-09-23 21:12:32 -07:00
dependabot[bot]
7a99106c3d
Bump unicode-ident from 1.0.11 to 1.0.12 ( #578 )
...
Bumps [unicode-ident](https://github.com/dtolnay/unicode-ident ) from 1.0.11 to 1.0.12.
- [Release notes](https://github.com/dtolnay/unicode-ident/releases )
- [Commits](https://github.com/dtolnay/unicode-ident/compare/1.0.11...1.0.12 )
---
updated-dependencies:
- dependency-name: unicode-ident
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>
2023-09-23 21:12:24 -07:00
dependabot[bot]
a5ceb736d6
Bump clap from 4.4.2 to 4.4.4 ( #579 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.2 to 4.4.4.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.2...v4.4.4 )
---
updated-dependencies:
- dependency-name: clap
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>
2023-09-23 21:07:14 -07:00
dependabot[bot]
5c941c0b41
Bump bytes from 1.4.0 to 1.5.0 ( #573 )
2023-09-19 10:40:30 -07:00
dependabot[bot]
91bec367dd
Bump chrono from 0.4.26 to 0.4.31 ( #574 )
2023-09-19 10:39:54 -07:00
dependabot[bot]
c4c2c96d86
Bump syn from 2.0.31 to 2.0.32 ( #575 )
2023-09-19 10:37:18 -07:00
Adam Leventhal
5de727cc08
add env_logger to cargo-progenitor (so we can turn on log output) ( #572 )
2023-09-14 21:38:20 -07:00
dependabot[bot]
3734e56610
Bump typify from `9194d34` to `6cd9a71` ( #566 )
...
Bumps [typify](https://github.com/oxidecomputer/typify ) from `9194d34` to `6cd9a71`.
- [Commits](9194d34ee0...6cd9a7164a
)
---
updated-dependencies:
- dependency-name: typify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 10:29:28 -07:00
dependabot[bot]
484c8bc06d
Bump base64 from 0.21.3 to 0.21.4 ( #568 )
...
Bumps [base64](https://github.com/marshallpierce/rust-base64 ) from 0.21.3 to 0.21.4.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md )
- [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.3...v0.21.4 )
---
updated-dependencies:
- dependency-name: base64
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>
2023-09-11 10:28:04 -07:00
dependabot[bot]
aa9a09a602
Bump prettyplease from 0.2.14 to 0.2.15 ( #569 )
...
Bumps [prettyplease](https://github.com/dtolnay/prettyplease ) from 0.2.14 to 0.2.15.
- [Release notes](https://github.com/dtolnay/prettyplease/releases )
- [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.14...0.2.15 )
---
updated-dependencies:
- dependency-name: prettyplease
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>
2023-09-11 10:27:55 -07:00
dependabot[bot]
b96424aa5b
Bump anyhow from 1.0.72 to 1.0.75 ( #570 )
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.72 to 1.0.75.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.72...1.0.75 )
---
updated-dependencies:
- dependency-name: anyhow
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>
2023-09-11 10:27:00 -07:00
dependabot[bot]
fa9329ea7a
Bump typify from `bf8bf7a` to `9194d34` ( #563 )
...
Bumps [typify](https://github.com/oxidecomputer/typify ) from `bf8bf7a` to `9194d34`.
- [Commits](bf8bf7a698...9194d34ee0
)
---
updated-dependencies:
- dependency-name: typify
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 17:28:50 -07:00
dependabot[bot]
f2fb424088
Bump thiserror from 1.0.43 to 1.0.48 ( #560 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.43 to 1.0.48.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.43...1.0.48 )
---
updated-dependencies:
- dependency-name: thiserror
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>
2023-09-07 17:28:37 -07:00
dependabot[bot]
c1c0db70ab
Bump prettyplease from 0.2.12 to 0.2.14 ( #559 )
...
Bumps [prettyplease](https://github.com/dtolnay/prettyplease ) from 0.2.12 to 0.2.14.
- [Release notes](https://github.com/dtolnay/prettyplease/releases )
- [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.12...0.2.14 )
---
updated-dependencies:
- dependency-name: prettyplease
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>
2023-09-05 08:41:43 -07:00
dependabot[bot]
5aed9f640b
Bump serde_json from 1.0.103 to 1.0.105 ( #558 )
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.103 to 1.0.105.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.103...v1.0.105 )
---
updated-dependencies:
- dependency-name: serde_json
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>
2023-09-05 08:41:33 -07:00
dependabot[bot]
032b87e4ca
Bump clap from 4.3.23 to 4.4.2 ( #562 )
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.3.23 to 4.4.2.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.23...v4.4.2 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 08:41:18 -07:00
dependabot[bot]
ca8b4ef6f8
Bump indexmap from 1.9.3 to 2.0.0 ( #508 )
...
* Bump indexmap from 1.9.3 to 2.0.0
Bumps [indexmap](https://github.com/bluss/indexmap ) from 1.9.3 to 2.0.0.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md )
- [Commits](https://github.com/bluss/indexmap/compare/1.9.3...2.0.0 )
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam H. Leventhal <ahl@oxide.computer>
2023-09-01 12:46:18 -07:00
dependabot[bot]
f0b6ecaa8d
Bump reqwest from 0.11.18 to 0.11.20 ( #550 )
...
Bumps [reqwest](https://github.com/seanmonstar/reqwest ) from 0.11.18 to 0.11.20.
- [Release notes](https://github.com/seanmonstar/reqwest/releases )
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md )
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.18...v0.11.20 )
---
updated-dependencies:
- dependency-name: reqwest
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>
2023-08-28 14:48:57 -07:00
dependabot[bot]
9c95c5dc12
Bump dropshot from `b3c4d0b` to `35d4408` ( #556 )
...
Bumps [dropshot](https://github.com/oxidecomputer/dropshot ) from `b3c4d0b` to `35d4408`.
- [Commits](b3c4d0b84a...35d44088fd
)
---
updated-dependencies:
- dependency-name: dropshot
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 14:48:42 -07:00