aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2021-01-29 13:12:41 +0000
committerAleksey Kladov <[email protected]>2021-01-29 13:12:41 +0000
commit921bfc09841993e715419fdef5126cc5390b70a3 (patch)
treedf3752b8b98d009a34ce6115ea9023b1ecddd733 /Cargo.lock
parent3ecd5112bbc2cc1a45f423e0256230507f159162 (diff)
:arrow_up: rowan
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8620c9132..8b742873d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1312,9 +1312,9 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1312 1312
1313[[package]] 1313[[package]]
1314name = "rowan" 1314name = "rowan"
1315version = "0.12.3" 1315version = "0.12.4"
1316source = "registry+https://github.com/rust-lang/crates.io-index" 1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "58a08e399a0a189dfe957c6c55fe17e0af6a137c920ffca168179a8647fd114b" 1317checksum = "437240cd341f96c5a09924912a221726989c919f69ebce2e289f3adfbce36443"
1318dependencies = [ 1318dependencies = [
1319 "countme", 1319 "countme",
1320 "hashbrown", 1320 "hashbrown",