Skip to content

Commit

Permalink
Bump once_cell from 1.16.0 to 1.17.0 (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 2, 2023
1 parent 594a263 commit 5545f4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ log = "0.4"

cfg-if = "1"
pin-project = "1.0"
once_cell = "1.15"
once_cell = "1.17"
thiserror = "1.0"
arc-swap = "1.5"

Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ cfg-if = "1"
byte_string = "1.0"
base64 = "0.13"
url = "2.2"
once_cell = "1.15"
once_cell = "1.17"
spin = { version = "0.9", features = ["std"] }
pin-project = "1.0"
bloomfilter = { version = "1.0.8", optional = true }
Expand Down

0 comments on commit 5545f4d

Please sign in to comment.