aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2023-11-10 18:16:22 +0400
committerGitHub <noreply@github.com>2023-11-10 18:16:22 +0400
commit5060f8eeb864e8c304fbad9588bdd882db942356 (patch)
treeb615ded19e6ac545b495f716e2a22ecd903332af /Cargo.lock
parent3ffd6c8f26f9788466b9ba95659b8de970a10f08 (diff)
downloadalacritty-5060f8eeb864e8c304fbad9588bdd882db942356.tar.gz
alacritty-5060f8eeb864e8c304fbad9588bdd882db942356.zip
Remove `alacritty_config` from alacritty_terminal
There's no need to force alacritty's user configuration on other users of the crate, thus provide the options actually used by alacritty_terminal itself.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock42
1 files changed, 19 insertions, 23 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 1a87f9a0..53e2597a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -38,7 +38,7 @@ dependencies = [
"alacritty_config",
"alacritty_config_derive",
"alacritty_terminal",
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"clap",
"clap_complete",
"cocoa 0.25.0",
@@ -93,10 +93,8 @@ dependencies = [
name = "alacritty_terminal"
version = "0.20.0-dev"
dependencies = [
- "alacritty_config",
- "alacritty_config_derive",
"base64",
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"home",
"libc",
"log",
@@ -108,9 +106,7 @@ dependencies = [
"rustix-openpty",
"serde",
"serde_json",
- "serde_yaml",
"signal-hook",
- "toml 0.8.2",
"unicode-width",
"vte",
"windows-sys 0.48.0",
@@ -123,7 +119,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "052ad56e336bcc615a214bffbeca6c181ee9550acec193f0327e0b103b033a4d"
dependencies = [
"android-properties",
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"cc",
"cesu8",
"jni",
@@ -235,9 +231,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
-version = "2.4.0"
+version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
+checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
dependencies = [
"serde",
]
@@ -291,7 +287,7 @@ version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b50b5a44d59a98c55a9eeb518f39bf7499ba19fd98ee7d22618687f3f10adbf"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"log",
"polling",
"rustix",
@@ -886,7 +882,7 @@ version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eca18d477e18c996c1fd1a50e04c6a745b67e2d512c7fb51f2757d9486a0e3ee"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"cfg_aliases",
"cgl",
"core-foundation",
@@ -1206,7 +1202,7 @@ version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"jni-sys",
"log",
"ndk-sys",
@@ -1259,7 +1255,7 @@ version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"crossbeam-channel",
"filetime",
"fsevent-sys",
@@ -1554,7 +1550,7 @@ version = "0.38.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"errno",
"itoa",
"libc",
@@ -1738,7 +1734,7 @@ version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60e3d9941fa3bacf7c2bf4b065304faa14164151254cd16ce1b1bc8fc381600f"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"calloop",
"calloop-wayland-source",
"cursor-icon",
@@ -1983,7 +1979,7 @@ version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "401dc1020e10f74d38616c1f1ab92ccd85dc902705a29d0730e0fbea8534f91a"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"cursor-icon",
"log",
"serde",
@@ -2103,7 +2099,7 @@ version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"nix",
"wayland-backend",
"wayland-scanner",
@@ -2115,7 +2111,7 @@ version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"cursor-icon",
"wayland-backend",
]
@@ -2137,7 +2133,7 @@ version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e253d7107ba913923dc253967f35e8561a3c65f914543e46843c88ddd729e21c"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"wayland-backend",
"wayland-client",
"wayland-scanner",
@@ -2149,7 +2145,7 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"wayland-backend",
"wayland-client",
"wayland-protocols",
@@ -2162,7 +2158,7 @@ version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"wayland-backend",
"wayland-client",
"wayland-protocols",
@@ -2394,7 +2390,7 @@ dependencies = [
"ahash",
"android-activity",
"atomic-waker",
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"bytemuck",
"calloop",
"cfg_aliases",
@@ -2529,7 +2525,7 @@ version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6924668544c48c0133152e7eec86d644a056ca3d09275eb8d5cdb9855f9d8699"
dependencies = [
- "bitflags 2.4.0",
+ "bitflags 2.4.1",
"dlib",
"log",
"once_cell",