You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

quote

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quote - cargo Package Compare versions

Comparing version
1.0.44
to
1.0.45
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "ad9fb4019efc3f34e5d3b9be416199937f7a8ee3"
"sha1": "842ffde933fdd76cd1681a288bed136d8b95a97a"
},
"path_in_vcs": ""
}

@@ -27,3 +27,3 @@ name: CI

matrix:
rust: [nightly, stable, beta, 1.83.0, 1.68.0]
rust: [nightly, stable, beta, 1.83.0, 1.71.0]
timeout-minutes: 45

@@ -41,3 +41,3 @@ steps:

- run: cargo test
if: matrix.rust != '1.68.0'
if: matrix.rust != '1.71.0'
- run: cargo run --manifest-path benches/Cargo.toml

@@ -44,0 +44,0 @@ - uses: actions/upload-artifact@v6

@@ -47,5 +47,5 @@ # This file is automatically @generated by Cargo.

name = "memchr"
version = "2.7.6"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"

@@ -63,5 +63,5 @@ [[package]]

name = "quote"
version = "1.0.43"
version = "1.0.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
dependencies = [

@@ -73,3 +73,3 @@ "proc-macro2",

name = "quote"
version = "1.0.44"
version = "1.0.45"
dependencies = [

@@ -112,3 +112,3 @@ "proc-macro2",

"proc-macro2",
"quote 1.0.43",
"quote 1.0.44",
"syn",

@@ -141,8 +141,8 @@ ]

name = "syn"
version = "2.0.114"
version = "2.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
dependencies = [
"proc-macro2",
"quote 1.0.43",
"quote 1.0.44",
"unicode-ident",

@@ -168,5 +168,5 @@ ]

name = "toml"
version = "0.9.11+spec-1.1.0"
version = "1.0.3+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46"
checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c"
dependencies = [

@@ -184,5 +184,5 @@ "indexmap",

name = "toml_datetime"
version = "0.7.5+spec-1.1.0"
version = "1.0.0+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
checksum = "32c2555c699578a4f59f0cc68e5116c8d7cabbd45e1409b989d4be085b53f13e"
dependencies = [

@@ -194,5 +194,5 @@ "serde_core",

name = "toml_parser"
version = "1.0.6+spec-1.1.0"
version = "1.0.9+spec-1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3198b4b0a8e11f09dd03e133c0280504d0801269e9afa46362ffde1cbeebf44"
checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
dependencies = [

@@ -210,5 +210,5 @@ "winnow",

name = "trybuild"
version = "1.0.114"
version = "1.0.116"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e17e807bff86d2a06b52bca4276746584a78375055b6e45843925ce2802b335"
checksum = "47c635f0191bd3a2941013e5062667100969f8c4e9cd787c14f977265d73616e"
dependencies = [

@@ -227,5 +227,5 @@ "dissimilar",

name = "unicode-ident"
version = "1.0.22"
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"

@@ -264,4 +264,4 @@ [[package]]

name = "zmij"
version = "1.0.16"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"

@@ -14,5 +14,5 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

edition = "2021"
rust-version = "1.68"
rust-version = "1.71"
name = "quote"
version = "1.0.44"
version = "1.0.45"
authors = ["David Tolnay <dtolnay@gmail.com>"]

@@ -19,0 +19,0 @@ build = "build.rs"

@@ -37,3 +37,2 @@ Rust Quasi-Quoting

*Version requirement: Quote supports rustc 1.68 and up.*<br>
[*Release notes*](https://github.com/dtolnay/quote/releases)

@@ -40,0 +39,0 @@

@@ -92,3 +92,3 @@ //! [![github]](https://github.com/dtolnay/quote)&ensp;[![crates-io]](https://crates.io/crates/quote)&ensp;[![docs-rs]](https://docs.rs/quote)

#![no_std]
#![doc(html_root_url = "https://docs.rs/quote/1.0.44")]
#![doc(html_root_url = "https://docs.rs/quote/1.0.45")]
#![allow(

@@ -95,0 +95,0 @@ clippy::doc_markdown,

use super::TokenStreamExt;
use std::sync::Arc;
use alloc::borrow::{Cow, ToOwned};

@@ -107,2 +108,8 @@ use alloc::boxed::Box;

impl<T: ?Sized + ToTokens> ToTokens for Arc<T> {
fn to_tokens(&self, tokens: &mut TokenStream) {
(**self).to_tokens(tokens);
}
}
impl<T: ToTokens> ToTokens for Option<T> {

@@ -109,0 +116,0 @@ fn to_tokens(&self, tokens: &mut TokenStream) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet