summaryrefslogtreecommitdiffstats
path: root/vendor/rowan/Cargo.toml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-19 09:25:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-19 09:25:56 +0000
commit018c4950b9406055dec02ef0fb52f132e2bb1e2c (patch)
treea835ebdf2088ef88fa681f8fad45f09922c1ae9a /vendor/rowan/Cargo.toml
parentAdding debian version 1.75.0+dfsg1-5. (diff)
downloadrustc-018c4950b9406055dec02ef0fb52f132e2bb1e2c.tar.xz
rustc-018c4950b9406055dec02ef0fb52f132e2bb1e2c.zip
Merging upstream version 1.76.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/rowan/Cargo.toml')
-rw-r--r--vendor/rowan/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/rowan/Cargo.toml b/vendor/rowan/Cargo.toml
index cb7256c18..3c55f90fe 100644
--- a/vendor/rowan/Cargo.toml
+++ b/vendor/rowan/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2021"
name = "rowan"
-version = "0.15.11"
+version = "0.15.15"
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
exclude = [
".github/",
@@ -28,12 +28,12 @@ repository = "https://github.com/rust-analyzer/rowan"
version = "3.0.0"
[dependencies.hashbrown]
-version = "0.12"
+version = "0.14.3"
features = ["inline-more"]
default-features = false
[dependencies.memoffset]
-version = "0.8"
+version = "0.9"
[dependencies.rustc-hash]
version = "1.0.1"