neon_arch commited on
Commit
eb44ff7
1 Parent(s): 60317a3

chore: Bump version to v0.11.0

Browse files
Files changed (2) hide show
  1. Cargo.lock +8 -8
  2. 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.6",
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.6"
1514
  source = "registry+https://github.com/rust-lang/crates.io-index"
1515
- checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
1516
  dependencies = [
1517
  "libc",
1518
  "log",
1519
  "wasi 0.11.0+wasi-snapshot-preview1",
1520
- "windows-sys 0.45.0",
1521
  ]
1522
 
1523
  [[package]]
@@ -1603,9 +1603,9 @@ dependencies = [
1603
 
1604
  [[package]]
1605
  name = "once_cell"
1606
- version = "1.17.1"
1607
  source = "registry+https://github.com/rust-lang/crates.io-index"
1608
- checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
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.6",
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.10.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.10.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