Spaces:
Runtime error
Runtime error
neon_arch
commited on
Commit
•
eb44ff7
1
Parent(s):
60317a3
chore: Bump version to v0.11.0
Browse files- Cargo.lock +8 -8
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -125,7 +125,7 @@ dependencies = [
|
|
125 |
"actix-utils",
|
126 |
"futures-core",
|
127 |
"futures-util",
|
128 |
-
"mio 0.8.
|
129 |
"num_cpus",
|
130 |
"socket2",
|
131 |
"tokio 1.28.2",
|
@@ -1510,14 +1510,14 @@ dependencies = [
|
|
1510 |
|
1511 |
[[package]]
|
1512 |
name = "mio"
|
1513 |
-
version = "0.8.
|
1514 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1515 |
-
checksum = "
|
1516 |
dependencies = [
|
1517 |
"libc",
|
1518 |
"log",
|
1519 |
"wasi 0.11.0+wasi-snapshot-preview1",
|
1520 |
-
"windows-sys 0.
|
1521 |
]
|
1522 |
|
1523 |
[[package]]
|
@@ -1603,9 +1603,9 @@ dependencies = [
|
|
1603 |
|
1604 |
[[package]]
|
1605 |
name = "once_cell"
|
1606 |
-
version = "1.17.
|
1607 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1608 |
-
checksum = "
|
1609 |
|
1610 |
[[package]]
|
1611 |
name = "openssl"
|
@@ -2879,7 +2879,7 @@ dependencies = [
|
|
2879 |
"autocfg 1.1.0",
|
2880 |
"bytes 1.4.0",
|
2881 |
"libc",
|
2882 |
-
"mio 0.8.
|
2883 |
"num_cpus",
|
2884 |
"parking_lot 0.12.1",
|
2885 |
"pin-project-lite",
|
@@ -3316,7 +3316,7 @@ dependencies = [
|
|
3316 |
|
3317 |
[[package]]
|
3318 |
name = "websurfx"
|
3319 |
-
version = "0.
|
3320 |
dependencies = [
|
3321 |
"actix-files",
|
3322 |
"actix-web",
|
|
|
125 |
"actix-utils",
|
126 |
"futures-core",
|
127 |
"futures-util",
|
128 |
+
"mio 0.8.7",
|
129 |
"num_cpus",
|
130 |
"socket2",
|
131 |
"tokio 1.28.2",
|
|
|
1510 |
|
1511 |
[[package]]
|
1512 |
name = "mio"
|
1513 |
+
version = "0.8.7"
|
1514 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1515 |
+
checksum = "eebffdb73fe72e917997fad08bdbf31ac50b0fa91cec93e69a0662e4264d454c"
|
1516 |
dependencies = [
|
1517 |
"libc",
|
1518 |
"log",
|
1519 |
"wasi 0.11.0+wasi-snapshot-preview1",
|
1520 |
+
"windows-sys 0.48.0",
|
1521 |
]
|
1522 |
|
1523 |
[[package]]
|
|
|
1603 |
|
1604 |
[[package]]
|
1605 |
name = "once_cell"
|
1606 |
+
version = "1.17.2"
|
1607 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1608 |
+
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
|
1609 |
|
1610 |
[[package]]
|
1611 |
name = "openssl"
|
|
|
2879 |
"autocfg 1.1.0",
|
2880 |
"bytes 1.4.0",
|
2881 |
"libc",
|
2882 |
+
"mio 0.8.7",
|
2883 |
"num_cpus",
|
2884 |
"parking_lot 0.12.1",
|
2885 |
"pin-project-lite",
|
|
|
3316 |
|
3317 |
[[package]]
|
3318 |
name = "websurfx"
|
3319 |
+
version = "0.11.0"
|
3320 |
dependencies = [
|
3321 |
"actix-files",
|
3322 |
"actix-web",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "0.
|
4 |
edition = "2021"
|
5 |
|
6 |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "0.11.0"
|
4 |
edition = "2021"
|
5 |
|
6 |
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|