Skip to content

Commit 1034b0c

Browse files
dependabot[bot]zonyitoo
authored andcommitted
Bump once_cell from 1.14.0 to 1.15.0
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.14.0 to 1.15.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.14.0...v1.15.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>
1 parent 547d792 commit 1034b0c

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
@@ -86,7 +86,7 @@ log = "0.4"
8686

8787
cfg-if = "1"
8888
pin-project = "1.0"
89-
once_cell = "1.13"
89+
once_cell = "1.15"
9090
thiserror = "1.0"
9191
arc-swap = "1.5"
9292

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ cfg-if = "1"
5353
byte_string = "1.0"
5454
base64 = "0.13"
5555
url = "2.2"
56-
once_cell = "1.13"
56+
once_cell = "1.15"
5757
spin = { version = "0.9", features = ["std"] }
5858
pin-project = "1.0"
5959
bloomfilter = { version = "1.0.8", optional = true }

0 commit comments

Comments
 (0)