summaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* Increment crate versions.Nick Mathewson2023-05-031-43/+43
* Run cargo update again. (Tracing 0.1.38 has been yanked)Nick Mathewson2023-04-291-7/+8
* Run cargo update in preparation for release next weekNick Mathewson2023-04-281-84/+134
* Upgrade to serial_test 2.0.0Nick Mathewson2023-04-281-23/+23
* rpcserver: Use with_fn.Nick Mathewson2023-04-191-0/+1
* rpcbase: Use with_fn.Nick Mathewson2023-04-191-0/+1
* Run cargo updateIan Jackson2023-04-131-77/+77
* Merge branch 'use_secmem_proc_03' into 'main'gabi-2502023-04-131-37/+99
|\
| * Update our secmem_proc dependency to 0.3.0Nick Mathewson2023-04-131-54/+116
* | Merge branch 'misc_upgrades' into 'main'gabi-2502023-04-131-28/+28
|\ \
| * | Upgrade our hex-literal dependencyNick Mathewson2023-04-131-2/+2
| * | Upgrade our num_enum dependency.Nick Mathewson2023-04-131-26/+26
| |/
* / rpcbase: Use correct error codes, and add tests.Nick Mathewson2023-04-121-0/+12
|/
* Rename tor-rpccmd to tor-rpcbase.Nick Mathewson2023-04-121-2/+2
* rpc: Reify and expose DispatchTable.Nick Mathewson2023-04-121-0/+1
* rpc: Remove anyhow dependencyNick Mathewson2023-04-121-1/+0
* rpc: Add a demonstration feature to "arti"Nick Mathewson2023-04-121-0/+1
* rpc: Add an authentication step.Nick Mathewson2023-04-121-0/+1
* RPC: add a temporary "listen" function.Nick Mathewson2023-04-121-0/+3
* rpc: Add an RpcError type.Nick Mathewson2023-04-121-0/+1
* rpc: Make invoke return a Result of erased_serde::SerializeNick Mathewson2023-04-121-0/+1
* rpc: Add Update functionality to rpc::Context.Nick Mathewson2023-04-121-0/+1
* RPC: Initial implementation of a multiple-argument dispatchNick Mathewson2023-04-121-0/+11
* Start on a lower-level tor-rpccmd crate.Nick Mathewson2023-04-121-0/+12
* rpc: Add asynchronous_codec wrapper for jsonlines.Nick Mathewson2023-04-121-0/+1
* rpc: Add a cancellable future type.Nick Mathewson2023-04-121-0/+2
* rpc: Implement json message types for serde.Nick Mathewson2023-04-121-1/+83
* hs connect: Test descriptor downloadIan Jackson2023-04-111-0/+2
* hs dirs: Initial cut at descriptor downloadingIan Jackson2023-04-111-0/+6
* hs desc: Record a Timebound<HsDesc> (but not really for now)Ian Jackson2023-04-111-0/+1
* Update to new version of crossbeam-channel.Nick Mathewson2023-04-101-2/+2
* Merge branch 'req' into 'main'Ian Jackson2023-04-041-0/+1
|\
| * tor-dirclient: Provide HsDescDownloadRequestIan Jackson2023-04-031-0/+1
* | Merge branch 'x25519' into 'main'Nick Mathewson2023-04-041-1/+1
|\ \ | |/ |/|
| * tor-llcrypto: Pin x25519-dalek version, bump our crate versiontor-llcrypto-v0.4.4Ian Jackson2023-04-041-1/+1
* | Run cargo-update to move away from yanked versions of "windows"Nick Mathewson2023-03-311-82/+25
|/
* Patchlevel bumps for crates whose dependencies just changed.Nick Mathewson2023-03-311-7/+7
* Bump crate versions that have breaking changesNick Mathewson2023-03-311-2/+2
* Bump patchlevel on crates with non-breaking changesNick Mathewson2023-03-311-15/+15
* Bump patchlevel on crates with semver-irrelevant changes.Nick Mathewson2023-03-311-9/+9
* Run cargo update in preparation for release tomorrow.Nick Mathewson2023-03-301-212/+249
* Upgrade dependency to latest rusqlite.Nick Mathewson2023-03-301-12/+12
* Upgrade dependency to latest async-native-tls.Nick Mathewson2023-03-301-76/+103
* Move functionality from tor_basic_utils to tor_async_utilsNick Mathewson2023-03-291-6/+6
* Make a new empty tor-async-utils crate.Nick Mathewson2023-03-291-0/+9
* Add builder for encoding hidden service descriptors.Gabi Moldovan2023-03-241-0/+2
* Update to shellexpand 3.1.0 so we can use dirs 5 everywhereIan Jackson2023-03-241-27/+7
* Update required openssl versionNick Mathewson2023-03-241-6/+6
* Merge branch 'upgrade_dirs' into 'main'Alexander Færøy2023-03-231-19/+39
|\
| * Bump to the lastest versions of dirs and directories.Nick Mathewson2023-03-221-19/+39