mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-18 10:35:23 +00:00
8803e4a2e7
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.62. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.61...1.0.62) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
176 B
TOML
12 lines
176 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "rate_limiter"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
epoll = "4.3.3"
|
|
libc = "0.2.153"
|
|
log = "0.4.22"
|
|
thiserror = "1.0.62"
|
|
vmm-sys-util = "0.12.1"
|