summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMiroslav Bajtoš <oss@bajtos.net>2023-03-08 16:49:13 +0100
committerGitHub <noreply@github.com>2023-03-08 15:49:13 +0000
commitb21129173a3e9439c0c4b2ae8b370769313e988c (patch)
tree18701818bc7d46d0f1cb4cbb74c8a98dd8bd9c39 /Cargo.toml
parent0e8fc4dc6cc5bb089be56bda4935b24e0dc5328f (diff)
deps: bump once_cell to ^1.17.1 (#18075)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 48fe593e7..1c6bb90f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -97,7 +97,7 @@ libc = "0.2.126"
log = "=0.4.17"
lzzzz = "1.0"
notify = "=5.0.0"
-once_cell = "=1.16.0"
+once_cell = "1.17.1"
os_pipe = "=1.0.1"
parking_lot = "0.12.0"
percent-encoding = "=2.2.0"