aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c9e0d63a6..6b420eef9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1375,14 +1375,13 @@ checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1375 1375
1376[[package]] 1376[[package]]
1377name = "rowan" 1377name = "rowan"
1378version = "0.11.0" 1378version = "0.12.0"
1379source = "registry+https://github.com/rust-lang/crates.io-index" 1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "b3ae0ae5091cf38acfb834dbb6adcd45bb0d6b6a72ca5798e134195d2fa33574" 1380checksum = "bea4527c692099becd37ec777cfd6949d0534348528d2fc84ee420d2d5fac83d"
1381dependencies = [ 1381dependencies = [
1382 "hashbrown", 1382 "hashbrown",
1383 "memoffset", 1383 "memoffset",
1384 "rustc-hash", 1384 "rustc-hash",
1385 "smol_str",
1386 "text-size", 1385 "text-size",
1387] 1386]
1388 1387