Commit graph

38 commits

Author SHA1 Message Date
github-actions[bot]
b8387e2b8c chore(main): release 1.0.0 2024-03-25 21:19:39 +00:00
dependabot[bot]
300107c5d2 chore(deps): bump async-trait from 0.1.78 to 0.1.79
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.78 to 0.1.79.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.78...0.1.79)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 21:18:04 +00:00
dependabot[bot]
dad3412de4 chore(deps): bump which from 6.0.0 to 6.0.1
Bumps [which](https://github.com/harryfei/which-rs) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/compare/6.0.0...6.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 21:18:04 +00:00
faa0a1a119 REFACTOR!: merge all the creates 2024-03-25 21:18:04 +00:00
dependabot[bot]
c9a19e4bd0 chore(deps): bump bytes from 1.5.0 to 1.6.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/bytes/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 21:14:24 +00:00
github-actions[bot]
2f9b5dc3fe chore(main): release 0.6.0 2024-03-21 20:00:22 +00:00
ce13217e44
feat: virtio support 2024-03-21 19:57:36 +00:00
dependabot[bot]
fd245a9fe6 chore(deps): bump clap from 4.5.2 to 4.5.3
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.2 to 4.5.3.
- [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.5.2...v4.5.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 19:03:50 +00:00
dependabot[bot]
80243af171 chore(deps): bump async-trait from 0.1.77 to 0.1.78
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.78.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.77...0.1.78)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 19:03:50 +00:00
dependabot[bot]
469ae7158b chore(deps): bump tokio-stream from 0.1.14 to 0.1.15
Bumps [tokio-stream](https://github.com/tokio-rs/tokio) from 0.1.14 to 0.1.15.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-stream-0.1.14...tokio-stream-0.1.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-21 19:03:50 +00:00
github-actions[bot]
8654e38f8b chore(main): release 0.5.1 2024-03-15 18:59:43 +00:00
github-actions[bot]
7504d2bd4d chore(main): release 0.5.0 2024-03-15 17:44:46 +00:00
github-actions[bot]
0cfef7ec0d chore(main): release 0.4.0 2024-03-14 17:37:55 +00:00
9aa880de8d feat: hide filesystem behind a feautre-flag 2024-03-14 17:36:50 +00:00
github-actions[bot]
0acffcad1e chore(main): release 0.3.2 2024-03-14 17:23:02 +00:00
github-actions[bot]
20251eafff chore(main): release 0.3.1 2024-03-14 17:16:25 +00:00
7c861c29cc Update Cargo.toml 2024-03-14 17:11:20 +00:00
089bb2277b fix: broken release-please 2024-03-14 17:11:20 +00:00
85b0d2394e chroe(ci): remove tag regex 2024-03-14 15:36:13 +00:00
github-actions[bot]
275e3a6220
chore(main): release 0.3.0 2024-03-14 15:25:56 +00:00
github-actions[bot]
be457dcb4b
chore(main): release 0.2.0 2024-03-14 15:15:21 +00:00
044cceb76e feat: release please 2024-03-14 14:58:32 +00:00
ab4eec3f57 bump to v0.1.5 2024-03-14 02:32:01 +00:00
dependabot[bot]
e08fb6d7a8
Bump s2n-quic from 1.33.0 to 1.34.0
Bumps [s2n-quic](https://github.com/aws/s2n-quic) from 1.33.0 to 1.34.0.
- [Release notes](https://github.com/aws/s2n-quic/releases)
- [Commits](https://github.com/aws/s2n-quic/compare/v1.33.0...v1.34.0)

---
updated-dependencies:
- dependency-name: s2n-quic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-14 02:22:06 +00:00
c5082c6e3d
Merge pull request #8 from sevki/dev
remove dupe file
2024-03-13 20:32:23 +00:00
2589ab26b5 remove dupe file 2024-03-13 20:31:02 +00:00
9e6af38df0
Merge pull request #6 from sevki/dev
bump to 0.1.3
2024-03-13 19:16:15 +00:00
62f0b0f249 bump to 0.1.3 2024-03-13 19:06:21 +00:00
fac7db83f8
Merge pull request #5 from sevki/dev
Dev
2024-03-13 18:11:34 +00:00
466f36a1ab more documentation 2024-03-13 18:03:36 +00:00
f29d264078 auto publish 2024-03-13 17:25:12 +00:00
dependabot[bot]
85b6a273f2
Bump bindgen from 0.63.0 to 0.69.4
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.63.0 to 0.69.4.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/rust-bindgen/compare/v0.63.0...v0.69.4)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 17:10:48 +00:00
dependabot[bot]
70a0341faf
Bump anyhow from 1.0.80 to 1.0.81
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.81.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.81)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 17:07:27 +00:00
df21b5ff9f
Merge pull request #3 from sevki/dependabot/cargo/which-6.0.0
Bump which from 4.4.2 to 6.0.0
2024-03-13 16:48:32 +00:00
dependabot[bot]
3acbcbc47c
Bump which from 4.4.2 to 6.0.0
Bumps [which](https://github.com/harryfei/which-rs) from 4.4.2 to 6.0.0.
- [Release notes](https://github.com/harryfei/which-rs/releases)
- [Changelog](https://github.com/harryfei/which-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/harryfei/which-rs/compare/4.4.2...6.0.0)

---
updated-dependencies:
- dependency-name: which
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 16:46:37 +00:00
dependabot[bot]
6cdf555795
Bump clap from 4.5.1 to 4.5.2
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.1 to 4.5.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/clap_complete-v4.5.1...v4.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-13 16:46:11 +00:00
66ef805891 initial commit 2024-03-13 16:38:31 +00:00
22fc3fce63 initial commit 2024-03-11 17:47:02 +00:00