fix(deps): update rust crate kameo to 0.14
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 2m58s
Test / build (map[name:stable]) (pull_request) Successful in 3m35s
Release Please / Release-plz (push) Successful in 17s
Test / build (map[name:nightly]) (push) Successful in 2m48s
Test / build (map[name:stable]) (push) Successful in 3m13s
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 2m58s
Test / build (map[name:stable]) (pull_request) Successful in 3m35s
Release Please / Release-plz (push) Successful in 17s
Test / build (map[name:nightly]) (push) Successful in 2m48s
Test / build (map[name:stable]) (push) Successful in 3m13s
This commit is contained in:
parent
6b706b21b5
commit
a0bdb7a999
2 changed files with 16 additions and 6 deletions
20
Cargo.lock
generated
20
Cargo.lock
generated
|
@ -1225,13 +1225,12 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "kameo"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "62237a96597618543798a36ec723eb75c5ac301e2690243fd600be1f5eb3dd2d"
|
||||
checksum = "c1542e1113415cdfd5dac5f663cb69f6be472cff28e90adf6e284e520e399312"
|
||||
dependencies = [
|
||||
"dyn-clone",
|
||||
"futures",
|
||||
"itertools",
|
||||
"kameo_macros",
|
||||
"once_cell",
|
||||
"serde",
|
||||
|
@ -1242,9 +1241,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "kameo_macros"
|
||||
version = "0.13.0"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5bbbd8e8d7b02bc67eae0dcbdb82c0a71cc7cc61734059ee3e7439a1ee1e0e85"
|
||||
checksum = "8d7adf8a6a19b8582095d1819f4e992817f7dce2b85cd205b6386f9079a2cc81"
|
||||
dependencies = [
|
||||
"heck",
|
||||
"proc-macro2",
|
||||
|
@ -1503,6 +1502,15 @@ version = "0.1.5"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
||||
|
||||
[[package]]
|
||||
name = "openssl-src"
|
||||
version = "300.4.1+3.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "faa4eac4138c62414b5622d1b31c5c304f34b406b013c079c2bbc652fdd6678c"
|
||||
dependencies = [
|
||||
"cc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "openssl-sys"
|
||||
version = "0.9.104"
|
||||
|
@ -1511,6 +1519,7 @@ checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
|||
dependencies = [
|
||||
"cc",
|
||||
"libc",
|
||||
"openssl-src",
|
||||
"pkg-config",
|
||||
"vcpkg",
|
||||
]
|
||||
|
@ -2523,6 +2532,7 @@ dependencies = [
|
|||
"kameo",
|
||||
"kxio",
|
||||
"mutants",
|
||||
"native-tls",
|
||||
"pretty_assertions",
|
||||
"rand",
|
||||
"reqwest",
|
||||
|
|
|
@ -19,7 +19,7 @@ derive_more = { version = "1.0", features = [
|
|||
"from",
|
||||
] }
|
||||
inquire = "0.7"
|
||||
kameo = "0.13"
|
||||
kameo = "0.14"
|
||||
# kxio = { path = "../kxio/" }
|
||||
kxio = "5.0"
|
||||
native-tls = { version = "0.2", features = ["vendored"] }
|
||||
|
|
Loading…
Add table
Reference in a new issue