Skip to content

Commit 09ca20d

Browse files
Bump once_cell from 1.7.2 to 1.8.0 (#552)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7337e81 commit 09ca20d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ log4rs = "1.0"
7373
cfg-if = "1"
7474
qrcode = { version = "0.12", default-features = false }
7575
pin-project = "1.0"
76-
once_cell = "1.7"
76+
once_cell = "1.8"
7777
thiserror = "1.0"
7878

7979
spin = { version = "0.9", features = ["std"] }

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cfg-if = "1"
4040
byte_string = "1.0"
4141
base64 = "0.13"
4242
url = "2.2"
43-
once_cell = "1.7"
43+
once_cell = "1.8"
4444
spin = { version = "0.9", features = ["std"] }
4545
pin-project = "1.0"
4646
bloomfilter = "1.0.2"

0 commit comments

Comments
 (0)