Commit Graph

316 Commits

Author SHA1 Message Date
Viresh Kumar
b37dda7c0b
Merge pull request #145 from rust-vmm/dependabot/cargo/clap-3.1.9
build(deps): bump clap from 3.1.8 to 3.1.9
2022-04-19 06:28:15 +05:30
Viresh Kumar
832feac5b0
Merge branch 'main' into dependabot/cargo/clap-3.1.9 2022-04-19 06:23:16 +05:30
Viresh Kumar
dd1f896beb
Merge pull request #146 from rust-vmm/dependabot/cargo/quote-1.0.18
build(deps): bump quote from 1.0.17 to 1.0.18
2022-04-19 06:22:54 +05:30
dependabot[bot]
6d19527f62
build(deps): bump quote from 1.0.17 to 1.0.18
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.17 to 1.0.18.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.17...1.0.18)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 04:07:37 +00:00
dependabot[bot]
411f722c30
build(deps): bump clap from 3.1.8 to 3.1.9
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.8 to 3.1.9.
- [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/v3.1.8...v3.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18 04:07:33 +00:00
Viresh Kumar
8f4c718746
Merge pull request #143 from rust-vmm/dependabot/cargo/proc-macro2-1.0.37
build(deps): bump proc-macro2 from 1.0.36 to 1.0.37
2022-04-12 22:12:09 +05:30
dependabot[bot]
64bfff5ed8
build(deps): bump proc-macro2 from 1.0.36 to 1.0.37
Bumps [proc-macro2](https://github.com/dtolnay/proc-macro2) from 1.0.36 to 1.0.37.
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.36...1.0.37)

---
updated-dependencies:
- dependency-name: proc-macro2
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 14:55:06 +00:00
Viresh Kumar
ea65b5b589
Merge pull request #142 from rust-vmm/dependabot/cargo/libc-0.2.122
build(deps): bump libc from 0.2.121 to 0.2.122
2022-04-12 20:23:46 +05:30
mathieupoirier
f93af5d414
Merge branch 'main' into dependabot/cargo/libc-0.2.122 2022-04-12 08:50:48 -06:00
Viresh Kumar
c3d457ae0e
Merge pull request #141 from rust-vmm/dependabot/cargo/syn-1.0.91
build(deps): bump syn from 1.0.90 to 1.0.91
2022-04-12 20:20:00 +05:30
dependabot[bot]
1d02537cec
build(deps): bump libc from 0.2.121 to 0.2.122
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.121 to 0.2.122.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.121...0.2.122)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 04:08:27 +00:00
dependabot[bot]
15189beca0
build(deps): bump syn from 1.0.90 to 1.0.91
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.90 to 1.0.91.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.90...1.0.91)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 04:08:22 +00:00
Viresh Kumar
ac18c60688
Merge pull request #139 from rust-vmm/dependabot/cargo/indexmap-1.8.1
build(deps): bump indexmap from 1.8.0 to 1.8.1
2022-04-04 17:37:52 +05:30
Viresh Kumar
00b0396dbf
Merge branch 'main' into dependabot/cargo/indexmap-1.8.1 2022-04-04 17:34:52 +05:30
Viresh Kumar
2ea64e1fd2
Merge pull request #138 from rust-vmm/dependabot/cargo/getrandom-0.2.6
build(deps): bump getrandom from 0.2.5 to 0.2.6
2022-04-04 17:34:40 +05:30
dependabot[bot]
d6898e8ae7
build(deps): bump indexmap from 1.8.0 to 1.8.1
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/bluss/indexmap/releases)
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.8.0...1.8.1)

---
updated-dependencies:
- dependency-name: indexmap
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 11:48:37 +00:00
dependabot[bot]
30161469d9
build(deps): bump getrandom from 0.2.5 to 0.2.6
Bumps [getrandom](https://github.com/rust-random/getrandom) from 0.2.5 to 0.2.6.
- [Release notes](https://github.com/rust-random/getrandom/releases)
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/getrandom/compare/v0.2.5...v0.2.6)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 11:48:26 +00:00
Viresh Kumar
267ac8fb53
Merge pull request #140 from rust-vmm/dependabot/cargo/clap-3.1.8
build(deps): bump clap from 3.1.6 to 3.1.8
2022-04-04 17:17:27 +05:30
dependabot[bot]
92cdaa4287
build(deps): bump clap from 3.1.6 to 3.1.8
Bumps [clap](https://github.com/clap-rs/clap) from 3.1.6 to 3.1.8.
- [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/v3.1.6...v3.1.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 04:08:17 +00:00
Viresh Kumar
6f76558744
Merge pull request #136 from rust-vmm/dependabot/cargo/quote-1.0.17
build(deps): bump quote from 1.0.16 to 1.0.17
2022-03-31 07:34:47 +05:30
Viresh Kumar
682e01dccb
Merge branch 'main' into dependabot/cargo/quote-1.0.17 2022-03-31 07:20:23 +05:30
Viresh Kumar
cd237bec98
Merge pull request #137 from rust-vmm/dependabot/cargo/redox_syscall-0.2.13
build(deps): bump redox_syscall from 0.2.12 to 0.2.13
2022-03-31 07:20:16 +05:30
dependabot[bot]
a04a234a17
build(deps): bump redox_syscall from 0.2.12 to 0.2.13
Bumps redox_syscall from 0.2.12 to 0.2.13.

---
updated-dependencies:
- dependency-name: redox_syscall
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 19:38:09 +00:00
mathieupoirier
4da30d8889
Merge branch 'main' into dependabot/cargo/quote-1.0.17 2022-03-30 13:37:01 -06:00
Viresh Kumar
15b8e7c094
Merge pull request #135 from rust-vmm/dependabot/cargo/log-0.4.16
build(deps): bump log from 0.4.14 to 0.4.16
2022-03-31 01:06:00 +05:30
dependabot[bot]
e2d6794b07
build(deps): bump quote from 1.0.16 to 1.0.17
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.16 to 1.0.17.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.16...1.0.17)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 17:33:11 +00:00
mathieupoirier
6763e3b6ca
Merge branch 'main' into dependabot/cargo/log-0.4.16 2022-03-30 11:32:39 -06:00
Viresh Kumar
e8c8fc2acb
Merge pull request #134 from rust-vmm/dependabot/cargo/redox_syscall-0.2.12
build(deps): bump redox_syscall from 0.2.11 to 0.2.12
2022-03-30 23:01:53 +05:30
mathieupoirier
15b082cdcb
Merge branch 'main' into dependabot/cargo/redox_syscall-0.2.12 2022-03-30 11:07:31 -06:00
Viresh Kumar
c55173314d
Merge pull request #133 from rust-vmm/dependabot/cargo/syn-1.0.90
build(deps): bump syn from 1.0.89 to 1.0.90
2022-03-30 22:34:29 +05:30
Viresh Kumar
08db73886e
Merge branch 'main' into dependabot/cargo/log-0.4.16 2022-03-29 17:08:25 +05:30
Viresh Kumar
085b7823a8
Merge branch 'main' into dependabot/cargo/redox_syscall-0.2.12 2022-03-29 17:08:24 +05:30
dependabot[bot]
fb903ca568
build(deps): bump log from 0.4.14 to 0.4.16
Bumps [log](https://github.com/rust-lang/log) from 0.4.14 to 0.4.16.
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/log/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 11:35:04 +00:00
Viresh Kumar
2186f10710
Merge branch 'main' into dependabot/cargo/syn-1.0.90 2022-03-29 17:04:22 +05:30
Viresh Kumar
9aa8267cd4
Merge pull request #131 from rust-vmm/dependabot/cargo/quote-1.0.16
build(deps): bump quote from 1.0.15 to 1.0.16
2022-03-29 17:04:12 +05:30
Viresh Kumar
6478027614
Merge branch 'main' into dependabot/cargo/redox_syscall-0.2.12 2022-03-29 16:21:59 +05:30
Viresh Kumar
72c2523b07
Merge branch 'main' into dependabot/cargo/syn-1.0.90 2022-03-29 16:21:57 +05:30
Viresh Kumar
7a3e8901b5
Merge branch 'main' into dependabot/cargo/quote-1.0.16 2022-03-29 16:21:56 +05:30
dependabot[bot]
e274125384
build(deps): bump redox_syscall from 0.2.11 to 0.2.12
Bumps redox_syscall from 0.2.11 to 0.2.12.

---
updated-dependencies:
- dependency-name: redox_syscall
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 10:13:05 +00:00
dependabot[bot]
6e0531c999
build(deps): bump syn from 1.0.89 to 1.0.90
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.89 to 1.0.90.
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](https://github.com/dtolnay/syn/compare/1.0.89...1.0.90)

---
updated-dependencies:
- dependency-name: syn
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 10:12:57 +00:00
Viresh Kumar
839bf92100
Merge pull request #128 from rust-vmm/dependabot/cargo/vhost-0.4.0
build(deps): bump vhost from 0.3.0 to 0.4.0
2022-03-29 15:42:01 +05:30
Viresh Kumar
0542190d73 Update vhost-user-backend
Update vhost-user-backend to avoid vhost version conflicts.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
2022-03-28 10:05:01 +05:30
mathieupoirier
63459a9377
Merge branch 'main' into dependabot/cargo/quote-1.0.16 2022-03-24 10:27:24 -06:00
dependabot[bot]
d19669dc7c
build(deps): bump vhost from 0.3.0 to 0.4.0
Bumps [vhost](https://github.com/rust-vmm/vhost) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/rust-vmm/vhost/releases)
- [Changelog](https://github.com/rust-vmm/vhost/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rust-vmm/vhost/compare/v0.3.0...v0.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 05:53:46 +00:00
Viresh Kumar
d5ad04d0e3
Merge pull request #130 from rust-vmm/dependabot/cargo/syn-1.0.89
build(deps): bump syn from 1.0.86 to 1.0.89
2022-03-22 11:22:44 +05:30
Viresh Kumar
e83be98607
Merge branch 'main' into dependabot/cargo/quote-1.0.16 2022-03-22 10:50:25 +05:30
dependabot[bot]
e007a5f336
build(deps): bump quote from 1.0.15 to 1.0.16
Bumps [quote](https://github.com/dtolnay/quote) from 1.0.15 to 1.0.16.
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](https://github.com/dtolnay/quote/compare/1.0.15...1.0.16)

---
updated-dependencies:
- dependency-name: quote
  dependency-type: indirect
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-22 05:19:43 +00:00
Viresh Kumar
042c53edc3
Merge branch 'main' into dependabot/cargo/syn-1.0.89 2022-03-22 10:49:23 +05:30
Viresh Kumar
37492fc5d9
Merge pull request #129 from rust-vmm/dependabot/cargo/libc-0.2.121
build(deps): bump libc from 0.2.119 to 0.2.121
2022-03-22 10:48:53 +05:30
dependabot[bot]
0748f9e398
build(deps): bump libc from 0.2.119 to 0.2.121
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.119 to 0.2.121.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.119...0.2.121)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 17:29:48 +00:00