♻ update deps

This commit is contained in:
Vladislav Nepogodin 2023-01-08 21:33:15 +04:00
parent 6fa39f148f
commit 0ad270c85c
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
3 changed files with 9 additions and 9 deletions

14
Cargo.lock generated
View File

@ -108,7 +108,7 @@ checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
[[package]] [[package]]
name = "cachyos-hello" name = "cachyos-hello"
version = "0.9.0" version = "0.9.1"
dependencies = [ dependencies = [
"alpm", "alpm",
"alpm-utils", "alpm-utils",
@ -690,9 +690,9 @@ dependencies = [
[[package]] [[package]]
name = "ipnet" name = "ipnet"
version = "2.7.0" version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11b0d96e660696543b251e58030cf9787df56da39dab19ad60eae7353040917e" checksum = "30e22bd8629359895450b59ea7a776c850561b96a3b1d31321c1949d9e6c9146"
[[package]] [[package]]
name = "itoa" name = "itoa"
@ -1312,9 +1312,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.23.0" version = "1.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"bytes", "bytes",
@ -1388,9 +1388,9 @@ dependencies = [
[[package]] [[package]]
name = "try-lock" name = "try-lock"
version = "0.2.3" version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]] [[package]]
name = "ucd-trie" name = "ucd-trie"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "cachyos-hello" name = "cachyos-hello"
version = "0.9.0" version = "0.9.1"
authors = ["Vladislav Nepogodin <nepogodin.vlad@gmail.com>"] authors = ["Vladislav Nepogodin <nepogodin.vlad@gmail.com>"]
license = "GPLv3" license = "GPLv3"
edition = "2021" edition = "2021"

View File

@ -1,5 +1,5 @@
project('cachyos-hello', 'rust', project('cachyos-hello', 'rust',
version: '0.9.0', version: '0.9.1',
license: 'GPLv3', license: 'GPLv3',
meson_version: '>=0.56.0', meson_version: '>=0.56.0',
default_options: ['buildtype=debugoptimized', default_options: ['buildtype=debugoptimized',